aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-02-11 01:14:24 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-02-11 01:14:24 +0000
commitfeec8e9ddadf81fdfad8c8deeeb8cb60a3c9935c (patch)
treef122c5df64a67124a438db05a885b3571ba82529 /docbook/Makefile.nmake
parent398ff623d560e1fe1ef46ff48611107853052f8e (diff)
We don't want to deliver the (generated) Makefile. Since Makefile.common is always a dependency, add references to it only once (in Makefile.common). Should it be a dependency?
svn path=/trunk/; revision=31863
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 68fcf25b0d..804c7f9908 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -14,9 +14,9 @@ TOOLS_DIR=..\tools
include ..\config.nmake
include Makefile.common
-WSUG_SOURCE = $(WSUG_SOURCE) Makefile.nmake Makefile.common
-WSDG_SOURCE = $(WSDG_SOURCE) Makefile.nmake Makefile.common
-RELEASE_NOTES_SOURCE = $(RELEASE_NOTES_SOURCE) Makefile.nmake Makefile.common
+WSUG_SOURCE = $(WSUG_SOURCE) Makefile.nmake
+WSDG_SOURCE = $(WSDG_SOURCE) Makefile.nmake
+RELEASE_NOTES_SOURCE = $(RELEASE_NOTES_SOURCE) Makefile.nmake
# Automatically generate .pdf files from .fo files
.fo.pdf: