3rd step towards a non-native package for Debian: adapt Makefile.am to include scripts/debian/

This commit is contained in:
marschap
2006-03-03 17:32:47 +00:00
parent 6262e10030
commit 450c006775
2 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -5,12 +5,9 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = shared clients server docs scripts
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman debian
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman
dox:
$(MAKE) -C docs $@
dist-hook:
rm -rf `find $(distdir)/debian -name CVS`
## EOF
+4 -1
View File
@@ -1,5 +1,8 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = init-LCDd.debian.in init-LCDd.rpm.in init-lcdproc.debian.in init-lcdproc.rpm.in lcdproc.conf
EXTRA_DIST = init-LCDd.debian.in init-LCDd.rpm.in init-lcdproc.debian.in init-lcdproc.rpm.in lcdproc.conf debian
dist-hook:
rm -rf `find $(distdir)/debian -name CVS`
## EOF