ref: 9b1b0c2ee2b8d8fdf04a41f97c812e192a71bc64
dir: /doc/Makefile.am/
EXTRA_DIST = doxygen.cfg footer.html header.html all: stamp-doxygen stamp-latex stamp-doxygen: if DOXYGEN doxygen doxygen.cfg touch stamp-doxygen endif stamp-latex: stamp-doxygen if DOXYGEN if LATEX cd latex && $(MAKE) $(AM_CFLAGS) ps touch stamp-latex endif endif clean: clean-local clean-local: -rm -Rf html latex -rm -f stamp-latex stamp-doxygen