summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-11-17 13:30:28 -0500
committerBehdad Esfahbod <behdad@behdad.org>2010-11-17 13:30:28 -0500
commit268cb0a2bb5c8eef00c88ed6e3044a00e85ea47e (patch)
treeb3f7966962b26b4c587258de91c7d97114d6e017 /build
parent653ceb517fe756b042a3cf8322a36cbfe71ddbd8 (diff)
Add note re gtk-doc.make
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am.gtk-doc11
1 files changed, 10 insertions, 1 deletions
diff --git a/build/Makefile.am.gtk-doc b/build/Makefile.am.gtk-doc
index 71617022..c3d642b0 100644
--- a/build/Makefile.am.gtk-doc
+++ b/build/Makefile.am.gtk-doc
@@ -1,7 +1,16 @@
-# Modified for cairo minimally:
+# BEFORE MODIFYING THIS FILE:
+#
+# This file is a descendant of an old copy of gtk-doc.make, modified for cairo minimally:
+#
# - Moved to build/
# - Made it append to EXTRA_DIST and CLEANFILES
# - Instead of all-local, make "doc" build docs, and err if gtk-doc not enabled
+# - Some other changed introduced in 7f114b781f5c530d57530e5f76402e41cdabac6b
+#
+# Before changing it, check to see if a newer gtk-doc.make has fixed the issue you are facing.
+# From time to time, it would be nice to udpate this to the latest copy of gtk-doc.make, but
+# please do review all the differences and port our modifications forward.
+#
# -*- mode: makefile -*-