X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=d62f2a1ed37738445b66b1855834d322ab4d5261;hb=cb8d8c6915f8450746e8929802231e177f7284d3;hp=fe16b86856adf11b3c08c78c90162f54efa319e8;hpb=aa1828296f62147901eb52538434e3443ce3696a;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index fe16b86..d62f2a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,3 +11,17 @@ dist-hook: cvs=`find $(distdir)/etc -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi cp -r $(srcdir)/www $(distdir) cvs=`find $(distdir)/www -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi + + +cvs2cl: + cvs2cl + + +dox: + doxygen + +showdox: + doxygen + galeon file:///`pwd`/$(top_srcdir)/dox/html/index.html & + +.PHONY: cvs2cl dox showdox