freebsd-ports/graphics/cairomm/files/patch-docs_reference_Makefile.in
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

11 lines
426 B
Text

--- docs/reference/Makefile.in.orig Thu Jul 6 00:29:26 2006
+++ docs/reference/Makefile.in Thu Jul 6 00:29:40 2006
@@ -342,7 +342,7 @@
$(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES)
-rm -rf html
- doxygen $(DOXYGEN_CONFIGFILE) \
+ $(DOXYGEN) $(DOXYGEN_CONFIGFILE) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
html: $(index_html)