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
+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