From: <bo...@us...> - 2003-09-05 05:39:36
|
Update of /cvsroot/libfunutil/libfunutil/doc/api/html In directory sc8-pr-cvs1:/tmp/cvs-serv20066 Modified Files: Makefile Log Message: add *.gif, fiddle with dest dir, but that part doesn't make a difference? (at least in the RPM packages I'm building...) Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/doc/api/html/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 26 Aug 2003 00:57:49 -0000 1.1 +++ Makefile 5 Sep 2003 05:39:32 -0000 1.2 @@ -2,6 +2,7 @@ include toc.make -DOCS_GLOB = *.html *.png *.css +DOCS_GLOB = *.html *.gif *.png *.css CLEAN_FILES = $(wildcard $(DOCS_GLOB)) INSTALL_DOCS = $(CLEAN_FILES) +INSTALL_DOCS_DEST = $(prefix)/share/doc/$(PACKAGE_NAME)/api/html |