]> Creatis software - gdcm.git/blobdiff - Doc/Makefile.am
update the doxygen scripts to -try to (Mmmm?)- allow 'user doc' generation
[gdcm.git] / Doc / Makefile.am
index 141bd198c971ecd9202872f001dde4f5f170bb19..43b56dd2a0adbacb95d9d71b4dad20fbe9dd57ba 100644 (file)
@@ -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