summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-23 08:47:13 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-23 08:47:13 +0800
commit39222d1a3bbd70c575f23e602fd571f19350583a (patch)
tree2aced35c2e07881a27363267b86451bd3467ae9d
parent128db2f6e0331b9c54ad476d0023aeda9083aae8 (diff)
downloadmarcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar.gz
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar.bz2
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar.lz
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar.xz
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.tar.zst
marcuscom-ports-39222d1a3bbd70c575f23e602fd571f19350583a.zip
Forgot to add this file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12997 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/gnome-mag/files/patch-docs_reference_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in
new file mode 100644
index 000000000..65bcf3580
--- /dev/null
+++ b/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig 2009-08-09 02:49:17.000000000 +0200
++++ docs/reference/Makefile.in 2009-08-09 02:54:54.000000000 +0200
+@@ -418,8 +418,6 @@
+
+ html/index.html:
+ -rm -rf html
+- -doxygen $(doxygen_configfile) \
+- 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
+
+ gnome-mag-reference-html.tar.gz: html/index.html
+ tar cf - html | gzip -c --best >$@