From: Joe Z. <jz...@us...> - 2007-07-02 23:12:27
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20485 Modified Files: Makefile.am Makefile.in Log Message: Some docs not included in distribution. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.am 28 May 2005 22:02:45 -0000 1.20 +++ Makefile.am 2 Jul 2007 23:12:27 -0000 1.21 @@ -33,7 +33,7 @@ dist_html_DATA = $(wildcard *.php *.css) EXTRA_DIST = bobs.spec config.patch backup.patch cmdloopd.patch \ - FILES LICENSE VERSION + FILES LICENSE VERSION BUGS FAQ RELEASE-NOTES # # Other files to be removed before distribution Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.in 28 May 2005 22:02:46 -0000 1.20 +++ Makefile.in 2 Jul 2007 23:12:27 -0000 1.21 @@ -154,7 +154,7 @@ # The 'dist_' prefix tells 'make dist' to distribute these files. dist_html_DATA = $(wildcard *.php *.css) EXTRA_DIST = bobs.spec config.patch backup.patch cmdloopd.patch \ - FILES LICENSE VERSION + FILES LICENSE VERSION BUGS FAQ RELEASE-NOTES # |