Update of /cvsroot/pclasses/pclasses2/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27798/doc
Modified Files:
Makefile.toc
Log Message:
Added a var to please DOXYGEN.make
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/doc/Makefile.toc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.toc 30 Dec 2004 15:45:04 -0000 1.3
+++ Makefile.toc 27 May 2005 14:00:52 -0000 1.4
@@ -6,6 +6,7 @@
INCLUDES_DIRS = $(addprefix $(top_includesdir)/,s11n)
TOPDIR_ABS = $(shell cd $(top_srcdir); echo $$PWD;)
+DOXYGEN_HTML_OUTDIR = $(TOPDIR_ABS)/doxygen# Used by DOXYGEN.make for clean target
DOXYGEN_ATPARSE_ARGS = \
DOXYGEN_OUTPUT_PATH="$(TOPDIR_ABS)/doxygen" \
DOXYGEN_STRIP_PATH="$(TOPDIR_ABS)" \
|