Parcourir la source

doc/doxygen: copy pdf files of images in latex directory -- no idea why they are generated in chapters and not found there

Nathalie Furmento il y a 12 ans
Parent
commit
1355b3346f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      doc/doxygen/Makefile.am

+ 1 - 0
doc/doxygen/Makefile.am

@@ -200,6 +200,7 @@ dist_pdf_DATA = $(DOX_PDF)
 
 $(DOX_PDF): $(DOX_TAG) refman.tex
 	cp $(top_srcdir)/doc/doxygen/chapters/version.sty $(DOX_LATEX_DIR)
+	cp $(top_srcdir)/doc/doxygen/chapters/*pdf $(DOX_LATEX_DIR)
 	cd $(DOX_LATEX_DIR); \
 	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
 	sed -i -e 's/__env__/\\_Environment Variables!/' -e 's/\\-\\_\\-\\-\\_\\-env\\-\\_\\-\\-\\_\\-//' ExecutionConfigurationThroughEnvironmentVariables.tex ;\