Magellan Linux

Annotation of /trunk/libexif/patches/libexif-0.6.13-parallel-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 1715 byte(s)
-import

1 niro 144 From: Robin H. Johnson <robbat2@gentoo.org>
2     Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
3     Initial-Package-Version: 0.6.13
4     Date: Fri Jan 5 11:57:33 PST 2007
5     Origin: n/a
6     Description: Fix the doc Makefile for parallel builds.
7    
8     diff -Nuar libexif-0.6.13.orig/doc/Makefile.am libexif-0.6.13/doc/Makefile.am
9     --- libexif-0.6.13.orig/doc/Makefile.am 2007-01-05 11:55:47.000000000 -0800
10     +++ libexif-0.6.13/doc/Makefile.am 2007-01-05 11:55:21.000000000 -0800
11     @@ -9,15 +9,13 @@
12     DOXYGEN_UPLOAD = $(HTML_APIDOC_DIR).uploaded $(HTML_APIDOC_INTERNALS_DIR).uploaded
13    
14     # FIXME: Depending on the source files would be sufficient...
15     -$(HTML_APIDOC_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
16     +# Generate the public version before running this version
17     +$(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la $(DOXYGEN_OUTPUT_DIR).stamp
18     doxygen $<
19     echo > $@
20    
21     # FIXME: Depending on the source files would be sufficient...
22     -$(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la
23     - doxygen $<
24     - echo > $@
25     -
26     +# This generates HTML_APIDOC_DIR as well as DOXYGEN_OUTPUT_DIR
27     $(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
28     doxygen $<
29     echo > $@
30     @@ -28,7 +26,7 @@
31     $(HTML_APIDOC_DIR).tar.gz: $(DOXYGEN_OUTPUT_DIR).stamp
32     (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
33    
34     -$(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(DOXYGEN_OUTPUT_DIR).stamp
35     +$(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(DOXYGEN_OUTPUT_DIR).stamp $(HTML_APIDOC_INTERNALS_DIR).stamp
36     (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
37    
38     DOC_APIDOC_HTML = api.html