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