From: Samuel Thibault Date: Sat, 23 Feb 2019 10:03:38 +0000 (+0100) Subject: doc-nopdf X-Git-Tag: archive/raspbian/1.4.5+dfsg-2+rpi1^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d2712cea0bc0ae4a7118a3dcd0057028cc7d49e;p=starpu.git doc-nopdf I give up trying to keep the pdf doc buildable with the moving doxygen+latex combination. See Bug#921301. Gbp-Pq: Name doc-nopdf --- diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 07bf062..ff92aa5 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -32,9 +32,8 @@ txtdir = $(docdir)/manual EXTRA_DIST = if BUILD_DOC -all: $(DOX_HTML_DIR) $(DOX_PDF) -EXTRA_DIST += $(DOX_HTML_DIR) $(DOX_PDF) -txt_DATA = $(DOX_PDF) +all: $(DOX_HTML_DIR) +EXTRA_DIST += $(DOX_HTML_DIR) DOX_HTML_SRCDIR=$(DOX_HTML_DIR) install-exec-hook: $(MKDIR_P) $(DESTDIR)$(docdir)/manual/html @@ -286,6 +285,8 @@ $(DOX_TAG): $(dox_inputs) @$(SED) -i '/\\begin{titlepage}/,$$d' $(DOX_LATEX_DIR)/refman.tex @cat $(top_srcdir)/doc/doxygen/refman.tex >> $(DOX_LATEX_DIR)/refman.tex +$(DOX_HTML_DIR): $(DOX_TAG) + $(DOX_PDF): $(DOX_TAG) refman.tex @cp $(top_srcdir)/doc/doxygen/chapters/version.sty $(DOX_LATEX_DIR) @cp $(top_srcdir)/doc/doxygen/chapters/images/*pdf $(DOX_LATEX_DIR)