From d6ce67bc6cb14969a32225d21355fdbbfcd06dce Mon Sep 17 00:00:00 2001 From: cben Date: Fri, 9 Jul 2004 14:58:51 +0000 Subject: Note about hole in config dependencies. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2424 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/cben/make/Makefile.docutils | 2 ++ sandbox/cben/make/Makefile.docutils.txt | 2 ++ 2 files changed, 4 insertions(+) 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: :: -- cgit v1.2.1