Explorar o código

doc: also include html doc in distrib file

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
edadd8a191
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)