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
This commit is contained in:
Jeff Morriss 2010-02-11 01:14:24 +00:00
parent 398ff623d5
commit feec8e9dda
3 changed files with 6 additions and 7 deletions

View File

@ -36,10 +36,6 @@ endif
include Makefile.common
WSUG_SOURCE += Makefile Makefile.common
WSDG_SOURCE += Makefile Makefile.common
RELEASE_NOTES_SOURCE += Makefile Makefile.common
# Automatically generate .pdf files from .fo files
# Suse needs FOP_OPTS, Debian needs JAVA_OPTS
.fo.pdf:

View File

@ -181,6 +181,7 @@ WSUG_SOURCE = \
svn_version.xml \
GPL_appendix.xml \
custom_layer_pdf.xsl \
Makefile.common \
$(WSUG_FILES) \
$(WSUG_GRAPHICS)
@ -190,11 +191,13 @@ WSDG_SOURCE = \
svn_version.xml \
GPL_appendix.xml \
custom_layer_pdf.xsl \
Makefile.common \
$(WSDG_FILES) \
$(WSDG_GRAPHICS)
RELEASE_NOTES_SOURCE = \
release-notes.xml \
Makefile.common \
svn_version.xml
CLEANFILES = \

View File

@ -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: