X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FMakefile.am;h=43b56dd2a0adbacb95d9d71b4dad20fbe9dd57ba;hb=c5618e6b8276e1b21bbea354fe8bcba3c78eb4bd;hp=141bd198c971ecd9202872f001dde4f5f170bb19;hpb=1fd657cfbc5e730fd049d0803cf6a1a58a0eb648;p=gdcm.git diff --git a/Doc/Makefile.am b/Doc/Makefile.am index 141bd198..43b56dd2 100644 --- a/Doc/Makefile.am +++ b/Doc/Makefile.am @@ -1,22 +1,32 @@ HTML_DIR=$(datadir)/gdcm/html TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) -EXTRA_DIST = DoxyfileDeveloppers +EXTRA_DIST = \ + DoxyfileDeveloppers \ + DoxyfileUsers \ + DoxyDevelInstal.txt \ + DoxyIntroduction.txt \ + DoxyPython.txt \ + 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/*'; \ @@ -29,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