X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=e489842ef19a92d3b9287cee6dc81e2913fc5a32;hp=031b5b343597d78368fab020a182eeb2f42b9c66;hb=94f2358388fa1d1f188ef672ec9ee6acfa131c0e;hpb=c7c1089f9c601a586afa8948ffa70a588512fb15 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 &