added .PHONY

This commit is contained in:
Marc Wäckerlin
2004-08-31 16:23:57 +00:00
parent e9ec0ac380
commit ac592c4152

View File

@@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a> ## @license LGPL, see file <a href="license.html">COPYING</a>
## ##
## $Log$ ## $Log$
## Revision 1.7 2004/08/31 16:23:57 marc
## added .PHONY
##
## Revision 1.6 2004/08/28 16:21:25 marc ## Revision 1.6 2004/08/28 16:21:25 marc
## mrw-c++-0.92 (mrw) ## mrw-c++-0.92 (mrw)
## - new file: version.cpp ## - new file: version.cpp
@@ -99,6 +102,8 @@ endif
endif endif
TESTS = ${check_PROGRAMS} TESTS = ${check_PROGRAMS}
.PHONY: doc clean-local distclean-local
deps = ../COPYING ../README ../INSTALL ../NEWS ../ChangeLog deps = ../COPYING ../README ../INSTALL ../NEWS ../ChangeLog
doc: doc/html/index.html doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.pdf doc: doc/html/index.html doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.pdf
doc/html/index.html: doxyfile *.[ch]pp ${deps} doc/html/index.html: doxyfile *.[ch]pp ${deps}