From ac592c41527fef83741467b29311a41d7ce51fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 31 Aug 2004 16:23:57 +0000 Subject: [PATCH] added .PHONY --- mrw/makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mrw/makefile.am b/mrw/makefile.am index a59e704..5f4f80a 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.7 2004/08/31 16:23:57 marc +## added .PHONY +## ## Revision 1.6 2004/08/28 16:21:25 marc ## mrw-c++-0.92 (mrw) ## - new file: version.cpp @@ -99,6 +102,8 @@ endif endif TESTS = ${check_PROGRAMS} +.PHONY: doc clean-local distclean-local + deps = ../COPYING ../README ../INSTALL ../NEWS ../ChangeLog doc: doc/html/index.html doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.pdf doc/html/index.html: doxyfile *.[ch]pp ${deps}