From ace1d69f314f375b34788115b564e27d6e4ce5bb Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 25 Aug 2014 16:57:27 +0000 Subject: Unbreak the build with HTMLDOCS or PDFDOCS options enabled. PR: 192958 Submitted by: Tsurutani Naoki Approved by: maintainer --- devel/doxygen/files/patch-Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel/doxygen') diff --git a/devel/doxygen/files/patch-Makefile.in b/devel/doxygen/files/patch-Makefile.in index e9404e7b3adb..af7340cb209b 100644 --- a/devel/doxygen/files/patch-Makefile.in +++ b/devel/doxygen/files/patch-Makefile.in @@ -55,12 +55,14 @@ -rm -rf generated_src -rm -f addon/doxywizard/doxywizard.pro -rm -f VERSION -@@ -89,13 +86,13 @@ install_docs: +@@ -88,14 +85,14 @@ install_docs: + cp -r examples $(DESTDIR)$(DOCDIR) cp -r html $(DESTDIR)$(DOCDIR) - docs: FORCE +-docs: FORCE - cd examples ; $(MAKE) - cd doc ; $(MAKE) ++docs: all FORCE + $(MAKE) -C examples + $(MAKE) -C doc -- cgit v1.2.3