소스 검색

doc/doxygen: (really) fix doc generation

Nathalie Furmento 8 년 전
부모
커밋
17e9a4e950
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/doxygen/Makefile.am

+ 2 - 0
doc/doxygen/Makefile.am

@@ -278,6 +278,7 @@ $(DOX_TAG): $(dox_inputs)
 
 dist_pdf_DATA = $(DOX_PDF)
 
+if BUILD_DOC
 $(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)
@@ -301,6 +302,7 @@ $(DOX_PDF): $(DOX_TAG) refman.tex
 	   fi; \
 	done
 	mv $(DOX_LATEX_DIR)/refman.pdf $(DOX_PDF)
+endif
 
 if BUILD_DOC
 CLEANFILES = $(DOX_TAG) starpu_config.h \