3rd step towards a non-native package for Debian: adapt Makefile.am to include scripts/debian/
This commit is contained in:
+1
-4
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user