From: Joe Z. <jz...@us...> - 2003-02-03 05:51:46
|
Update of /cvsroot/bobs/bobs/inc In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/inc Modified Files: Makefile.am Log Message: A few minor changes so 'make distcheck' will work. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/inc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Dec 2002 02:30:33 -0000 1.1 +++ Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 @@ -2,7 +2,7 @@ htmldir = $(myWEBDIR)/inc -dist_html_DATA = *.php *.pinc *.ini +dist_html_DATA = $(wildcard *.php *.pinc *.ini) uninstall-local: rmdir $(htmldir) |