codepot/DEBIAN/Makefile.am

17 lines
353 B
Makefile
Raw Normal View History

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'
debdir=/DEBIAN
deb_DATA = control conffiles
2010-07-28 06:54:46 +00:00
deb_SCRIPTS = postinst postrm
install-data-hook:
gzip -9 -f $(DESTDIR)$(DOCDIR)/changelog
uninstall-hook:
$(RM) -f $(DESTDIR)$(DOCDIR)/changelog.gz