## TODO: Doxyfile should be generated from Doxyfile.in by configure. This way ## the value of PROJECT_NAME, PROJRCT_NUMBER, PERL_PATH, etc. could be ## substituted in configure-time. htmldir = $(datadir)/doc/@PACKAGE@-@VERSION@/html ## htmldir = $(pkgdatadir)/doc EXTRA_DIST = Doxyfile html coding_style.dox groups.dox mainpage.dox maps.dox ## all-local: html/index.html ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's ## INPUT variable. html/index.html: Doxyfile -rm -rf html doxygen Doxyfile ## This is needed to make 'make dist' work even if the 'html' subdirectory ## does not exist. html: html/index.html clean-local: -rm -rf html install-data-local: html/index.html @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(htmldir) @dir='$(