[cairo-commit] cairomm/docs/reference Doxyfile.in, 1.3,
1.4 Makefile.am, 1.7, 1.8
Jonathon Jongsma
commit at pdx.freedesktop.org
Tue Apr 4 18:53:44 PDT 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm/docs/reference
In directory kemper:/tmp/cvs-serv2110/docs/reference
Modified Files:
Doxyfile.in Makefile.am
Log Message:
2006-04-04 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* docs/reference/Doxyfile.in:
* docs/reference/Makefile.am: A couple minor build fixes to make distcheck
happy
Index: Doxyfile.in
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Doxyfile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Doxyfile.in 28 Feb 2006 02:07:53 -0000 1.3
+++ Doxyfile.in 5 Apr 2006 01:53:42 -0000 1.4
@@ -71,7 +71,7 @@
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = @top_srcdir@/cairomm introduction.h
+INPUT = @top_srcdir@/cairomm @srcdir@/introduction.h
FILE_PATTERNS = *.h
RECURSIVE = NO
EXCLUDE = @top_srcdir@/cairomm/private.h
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/docs/reference/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am 1 Apr 2006 00:13:01 -0000 1.7
+++ Makefile.am 5 Apr 2006 01:53:42 -0000 1.8
@@ -11,7 +11,7 @@
$(index_html): $(DOXYGEN_CONFIGFILE)
-rm -rf html
- doxygen $(doxygen_configfile) \
+ doxygen $(DOXYGEN_CONFIGFILE) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
html: $(index_html)
More information about the cairo-commit
mailing list