X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=5a28aec9d1fad0dc59fb4e7ea31b5eb1db18548d;hp=66126914760caa609015db8e0bd957de2cc166ef;hb=e45132acdb58c076d5e06849fa51c26de9a7486d;hpb=1ff641f9960fa6c6081817a5641afb22fad91dcd diff --git a/doc/Makefile b/doc/Makefile index 6612691..5a28aec 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,10 +1,12 @@ -all: latex/refman.pdf +all: html latex -latex/refman.pdf: +html: doxygen Doxyfile + +latex: html cd latex && pdflatex refman.tex && pdflatex refman.tex && cd .. clean: rm -rf html latex -.PHONY: latex/refman.pdf clean +.PHONY: latex html clean