X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=e489842ef19a92d3b9287cee6dc81e2913fc5a32;hb=a3e7f654e8de118e7bb227dce388d8ef243396a7;hp=031b5b343597d78368fab020a182eeb2f42b9c66;hpb=2ebb3521a843ca02045f543467c74a32035f7872;p=yazpp-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 031b5b3..e489842 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,25 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/*.postinst $(distdir)/debian cp $(srcdir)/debian/*.install $(distdir)/debian + + +# doxygen target +.PHONY:dox +dox: + doxygen + +.PHONY:firefox +firefox: + firefox -new-window file://`pwd`/dox/html/index.html & + +.PHONY:konqueror +konqueror: + konqueror file://`pwd`/dox/html/index.html & + +.PHONY:galeon +galeon: + galeon file://`pwd`/dox/html/index.html & + +.PHONY:epiphany +epiphany: + epiphany --new-window file://`pwd`/dox/html/index.html &