|
|
|
@ -9,6 +9,9 @@ |
|
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
## |
|
|
|
|
## $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} |
|
|
|
|