move README.glcdlib ro docs/; include docs/lcdexec.1 & LCDclients.conf into

the appropriate Makefile.am files to get them into the nightly tar balls
This commit is contained in:
marschap
2005-05-21 12:12:50 +00:00
parent 702b0be737
commit 9bcbff7601
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = shared clients server docs scripts
EXTRA_DIST = LCDd.conf README.IRman debian
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman debian
dist-hook:
rm -rf `find $(distdir)/debian -name CVS`
+2 -2
View File
@@ -1,3 +1,3 @@
man_MANS = lcdproc.1 LCDd.8
man_MANS = lcdproc.1 lcdexec.1 LCDd.8
SUBDIRS = lcdproc-user lcdproc-dev
EXTRA_DIST = README.dg README.dg2 menustuff.txt netstuff.txt lcdproc.1 LCDd.8
EXTRA_DIST = README.dg README.dg2 README.glcdlib menustuff.txt netstuff.txt lcdproc.1 LCDd.8