eb69de1228
* better Ogg FLAC support * speedups * several new options to flac and metaflac * several API additions * streaming support in the XMMS plugin * bugfixes
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
$OpenBSD: patch-doc_html_Makefile_in,v 1.1 2005/03/09 00:15:14 naddy Exp $
|
|
--- doc/html/Makefile.in.orig Sat Feb 5 03:23:28 2005
|
|
+++ doc/html/Makefile.in Mon Mar 7 23:21:18 2005
|
|
@@ -577,13 +577,13 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
# The install targets don't copy whole directories so we have to
|
|
# handle 'api/' specially:
|
|
-@FLaC__HAS_DOXYGEN_TRUE@install-data-local:
|
|
-@FLaC__HAS_DOXYGEN_TRUE@ $(mkinstalldirs) $(DESTDIR)$(docdir)/api
|
|
-@FLaC__HAS_DOXYGEN_TRUE@ (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
|
|
-@FLaC__HAS_DOXYGEN_TRUE@uninstall-local:
|
|
-@FLaC__HAS_DOXYGEN_TRUE@ rm -rf $(DESTDIR)$(docdir)/api
|
|
-@FLaC__HAS_DOXYGEN_TRUE@maintainer-clean-local:
|
|
-@FLaC__HAS_DOXYGEN_TRUE@ rm -rf api
|
|
+install-data-local:
|
|
+ $(mkinstalldirs) $(DESTDIR)$(docdir)/api
|
|
+ (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
|
|
+uninstall-local:
|
|
+ rm -rf $(DESTDIR)$(docdir)/api
|
|
+maintainer-clean-local:
|
|
+ rm -rf api
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|