44f7e6dbf1
New in 0.6.13: * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787 * For pkg-config users, force usage of #include <libexif/exif-*.h> (disable #include <exif-.h>) * Updated German translation * Build system tuning * Misc changes: Fix COPYRIGHT tag, fix memory corruption, use qsort.
18 lines
637 B
Text
18 lines
637 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/06 15:19:18 wiz Exp $
|
|
|
|
--- doc/Makefile.in.orig 2005-12-27 21:18:36.000000000 +0000
|
|
+++ doc/Makefile.in
|
|
@@ -444,9 +444,11 @@ uninstall-am: uninstall-docDATA uninstal
|
|
|
|
all-local: $(DOXYGEN_STAMPS)
|
|
|
|
-install-data-local: install-apidocs install-apidocs-internals
|
|
+@HAVE_DOXYGEN_TRUE@install-data-local: install-apidocs install-apidocs-internals
|
|
+@HAVE_DOXYGEN_FALSE@install-data-local:
|
|
|
|
-uninstall-local: uninstall-apidocs uninstall-apidocs-internals
|
|
+@HAVE_DOXYGEN_TRUE@uninstall-local: uninstall-apidocs uninstall-apidocs-internals
|
|
+@HAVE_DOXYGEN_FALSE@uninstall-local:
|
|
|
|
clean-local: clean-apidocs
|
|
|