comparison mcabber/doc/help/Makefile.am @ 914:2aa0735936f8

Use DESTDIR in Makefile This is recommended by the GNU Coding Standards, and solves some packaging issues.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 24 Jun 2006 21:33:11 +0200
parents b40d113b7863
children 35b83557ffe1 08d7f6fa9f7c
comparison
equal deleted inserted replaced
913:ced28f227521 914:2aa0735936f8
1 helpdir = $(datadir)/mcabber/help 1 helpdir = $(datadir)/mcabber/help
2 2
3 install-data-local: 3 install-data-local:
4 $(install_sh) -d $(datadir)/mcabber/help 4 $(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help
5 cp -R ?? $(datadir)/mcabber/help/ 5 cp -R ?? $(DESTDIR)$(datadir)/mcabber/help/