diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/cairomm/files/patch-docs_reference_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000000..560b3dc7b704 --- /dev/null +++ b/graphics/cairomm/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- 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) |