2010-03-28 13:44:24 +00:00
|
|
|
EXTRA_DIST = conffiles copyright changelog
|
|
|
|
|
|
|
|
docdir=$(DOCDIR)
|
|
|
|
doc_DATA = copyright changelog
|
|
|
|
|
2015-04-10 15:14:19 +00:00
|
|
|
# Specifying debdir to /DEBIAN conflicts with 'make distcheck'
|
2010-03-28 13:44:24 +00:00
|
|
|
debdir=/DEBIAN
|
|
|
|
deb_DATA = control conffiles
|
2010-07-28 06:54:46 +00:00
|
|
|
deb_SCRIPTS = postinst postrm
|
2010-03-28 13:44:24 +00:00
|
|
|
|
|
|
|
install-data-hook:
|
|
|
|
gzip -9 -f $(DESTDIR)$(DOCDIR)/changelog
|
|
|
|
|
|
|
|
uninstall-hook:
|
|
|
|
$(RM) -f $(DESTDIR)$(DOCDIR)/changelog.gz
|
|
|
|
|