X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FMakefile.am;h=8ac7d5b8fade1a734ea52d679fc7aaea942634db;hb=8025df97287221b537f940925f3f87730b0d1e48;hp=a15b1452503c183edca7fdd6764f6edbdf9d8442;hpb=01f8381d6e75139958807e5b99ba3ebc8e0066c5;p=gdcm.git diff --git a/Doc/Makefile.am b/Doc/Makefile.am index a15b1452..8ac7d5b8 100644 --- a/Doc/Makefile.am +++ b/Doc/Makefile.am @@ -1,25 +1,32 @@ HTML_DIR=$(datadir)/gdcm/html TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) -EXTRA_DIST = Doxyfile requirement.txt +EXTRA_DIST = \ + DoxyfileDeveloppers \ + DoxyfileUsers \ + DoxyDevelInstal.txt \ + DoxyIntroduction.txt \ + DoxyPython.txt \ + DoxyInstallation.txt \ + DoxyMainPage.txt -all-local: html/index.html +all-local: html.developper/index.html if ENABLE_DOXYGEN -html/index.html: Doxyfile - doxygen Doxyfile +html.developper/index.html: DoxyfileDeveloppers + doxygen DoxyfileDeveloppers else -html/index.html: +html.developper/index.html: endif clean-local: rm -f *~ *.bak - rm -rf man latex html rtf + rm -rf man latex html.developper rtf -install-data-local: html +install-data-local: html.developper $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) - (installfiles=`echo html/*`; \ - if test "$$installfiles" = 'html/*'; \ + (installfiles=`echo html.developper/*`; \ + if test "$$installfiles" = 'html.developper/*'; \ then echo '-- Nothing to install' ; \ else \ for i in $$installfiles; do \ @@ -29,6 +36,6 @@ install-data-local: html fi) dist-hook: - rm -rf $(distdir)/html + rm -rf $(distdir)/html.developper -.PHONY : html latex man +.PHONY : html.developper latex man