Browse Source

doc: also include html doc in distrib file

Nathalie Furmento 11 years ago
parent
commit
edadd8a191
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/Makefile.am

+ 1 - 1
doc/doxygen/Makefile.am

@@ -222,7 +222,7 @@ $(DOX_TAG): $(dox_inputs)
 	sed -i 's/.*"Files.html".*//' html/pages.html
 	if test -f latex/main.tex ; then mv latex/main.tex latex/index.tex ; fi
 
-dist_pdf_DATA = $(DOX_PDF)
+dist_pdf_DATA = $(DOX_PDF) $(DOX_HTML_DIR)
 
 $(DOX_PDF): $(DOX_TAG) refman.tex
 	cp $(top_srcdir)/doc/doxygen/chapters/version.sty $(DOX_LATEX_DIR)