Added .PHONY annotation for lib.info target; the real target is

python-lib.info.  The annotation is needed to prevent at least GNU make from
building a second set of info files with the lib.info base name.
This commit is contained in:
Fred Drake 1997-12-29 22:04:44 +00:00
parent e66e9c5562
commit 13704a8928
1 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,10 @@ python-lib.info: lib.texi
-$(MAKEINFO) --footnote-style end --fill-column 72 \
--paragraph-indent 0 lib.texi
# this is needed to prevent a second set of info files from being generated,
# at least when using GNU make
.PHONY: lib.info
lib.info: python-lib.info
# Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to