X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FMakefile.am;h=43b56dd2a0adbacb95d9d71b4dad20fbe9dd57ba;hb=d69d86e8f300cedb58d8c3e2cde6aa88984ecc8d;hp=8ac7d5b8fade1a734ea52d679fc7aaea942634db;hpb=5fbee0c35cc0f02ceea5d5a8be0c1900c63143bb;p=gdcm.git diff --git a/Doc/Makefile.am b/Doc/Makefile.am index 8ac7d5b8..43b56dd2 100644 --- a/Doc/Makefile.am +++ b/Doc/Makefile.am @@ -10,20 +10,23 @@ EXTRA_DIST = \ DoxyInstallation.txt \ DoxyMainPage.txt -all-local: html.developper/index.html +all-local: html.developper/index.html html.user/index.html if ENABLE_DOXYGEN html.developper/index.html: DoxyfileDeveloppers doxygen DoxyfileDeveloppers +html.user/index.html: DoxyfileUsers + doxygen DoxyfileUsers else html.developper/index.html: +html.user/index.html: endif clean-local: rm -f *~ *.bak - rm -rf man latex html.developper rtf + rm -rf man latex html.developper html.user rtf -install-data-local: html.developper +install-data-local: html.developper html.user $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) (installfiles=`echo html.developper/*`; \ if test "$$installfiles" = 'html.developper/*'; \ @@ -36,6 +39,6 @@ install-data-local: html.developper fi) dist-hook: - rm -rf $(distdir)/html.developper + rm -rf $(distdir)/html.developper $(distdir)/html.user -.PHONY : html.developper latex man +.PHONY : html.developper html.user latex man