diff --git a/mrw/makefile.am b/mrw/makefile.am index c9512d7..6308377 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.30 2005/04/14 15:56:07 marc +## phony updated, clean rearranged +## ## Revision 1.29 2005/04/10 15:01:28 marc ## Now, make distcheck works AND the html doc is dirstributed... ## @@ -390,7 +393,8 @@ dist_check_DATA = test.dat configfile.ini configfile.ini.result EXTRA_DIST = head.html foot.html style.css TESTS = ${check_PROGRAMS} ${dist_check_SCRIPTS} -.PHONY: doc clean-local distclean-local +.PHONY: doc clean-local distclean-local dist-hool install-data-hook \ + uninstall-hook deps = ${top_srcdir}/COPYING ${top_srcdir}/README ${top_srcdir}/INSTALL ${top_srcdir}/NEWS ${top_srcdir}/ChangeLog @@ -417,15 +421,15 @@ ${top_builddir}/doc/latex/@PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.pdf: doxyfile *. clean-local: - rm doxygen.err libmrw.doxytag +distclean-local: + - rm -r ${top_builddir}/doc/html/* ${top_builddir}/doc/latex/* + - rm makefile makefile.in doxygen.err libmrw.doxytag + dist-hook: test -d ${distdir}/doc/html || \ mkdir -p ${distdir}/doc/html cp ${top_builddir}/doc/html/* ${distdir}/doc/html/. -distclean-local: - - rm -r ${top_builddir}/doc/html/* ${top_builddir}/doc/latex/* - - rm makefile makefile.in doxygen.err libmrw.doxytag - install-data-hook: chmod -R u+w ${pkgdatadir}/doc cp -rf ${top_builddir}/doc/html ${pkgdatadir}/doc/