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