summaryrefslogtreecommitdiffstats
path: root/graphics/cairomm/files/patch-docs_reference_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cairomm/files/patch-docs_reference_Makefile.in')
-rw-r--r--graphics/cairomm/files/patch-docs_reference_Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in
deleted file mode 100644
index 560b3dc7b..000000000
--- a/graphics/cairomm/files/patch-docs_reference_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)