Update of /cvsroot/bobs/bobs/winc
In directory sc8-pr-cvs1:/tmp/cvs-serv9032/bobs/winc
Modified Files:
Makefile.am
Log Message:
A few minor changes so 'make distcheck' will work.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/bobs/bobs/winc/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
@@ -1,7 +1,7 @@
htmldir = $(myWEBDIR)/winc
-dist_html_DATA = *.html *.php
+dist_html_DATA = $(wildcard *.html *.php)
uninstall-local:
rmdir $(htmldir)
|