summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-09 14:58:51 +0000
committercben <cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-09 14:58:51 +0000
commitd6ce67bc6cb14969a32225d21355fdbbfcd06dce (patch)
tree8e7eb83c9d36b9d62d65cbf49c4d0667faad275c
parentd3a1b531a6b45daf3048a207dad267f8339dc9b2 (diff)
downloaddocutils-d6ce67bc6cb14969a32225d21355fdbbfcd06dce.tar.gz
Note about hole in config dependencies.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2424 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--sandbox/cben/make/Makefile.docutils2
-rw-r--r--sandbox/cben/make/Makefile.docutils.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/cben/make/Makefile.docutils b/sandbox/cben/make/Makefile.docutils
index 452bcfc68..906ed7f57 100644
--- a/sandbox/cben/make/Makefile.docutils
+++ b/sandbox/cben/make/Makefile.docutils
@@ -294,6 +294,8 @@ $(docutils.)PEPTOOL.FLAGS += $($(docutils.)FLAGS)
# When docutils config files change, it usually affects docutils' so it should
# be rebuilt. So we add them as dependencies.
+#
+# .. note:: Deletion of a config file will *not* cause a rebuild.
# Figure out the default config files from the environment:
DOCUTILSCONFIG ?= /etc/docutils.conf:./docutils.conf:$(HOME)/.docutils
diff --git a/sandbox/cben/make/Makefile.docutils.txt b/sandbox/cben/make/Makefile.docutils.txt
index cc3d24279..048df0588 100644
--- a/sandbox/cben/make/Makefile.docutils.txt
+++ b/sandbox/cben/make/Makefile.docutils.txt
@@ -383,6 +383,8 @@ Extra dependencies
When docutils config files change, it usually affects docutils' so it should
be rebuilt. So we add them as dependencies.
+.. note:: Deletion of a config file will *not* cause a rebuild.
+
Figure out the default config files from the environment:
::