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
|
SUBDIRS = shared clients server docs scripts
|
||||||
|
|
||||||
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman debian
|
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman
|
||||||
|
|
||||||
dox:
|
dox:
|
||||||
$(MAKE) -C docs $@
|
$(MAKE) -C docs $@
|
||||||
|
|
||||||
dist-hook:
|
|
||||||
rm -rf `find $(distdir)/debian -name CVS`
|
|
||||||
|
|
||||||
## EOF
|
## EOF
|
||||||
|
|||||||
+4
-1
@@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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
|
## EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user