Update of /cvsroot/libfunutil/libfunutil/doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv19637
Modified Files:
Makefile.bt
Log Message:
hmm, buildtool doesn't like it when some parts of the glob aren't
present??
Index: Makefile.bt
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/doc/api/Makefile.bt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.bt 28 Aug 2003 11:38:49 -0000 1.3
+++ Makefile.bt 5 Sep 2003 05:36:55 -0000 1.4
@@ -7,7 +7,7 @@
install: install-doxygen
.endif
-GLOB = html/*.html html/*.png html/*.gif html/*.css
+GLOB = html/*.html html/*.gif html/*.css
build-doxygen: clean-doxygen Doxyfile
$(BT_PROG_DOXYGEN)
|