From 8019c8e525bd4717f2c0981ab1d90b8b4b8a9806 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Wed, 1 Feb 2012 19:46:27 -0800 Subject: [PATCH] Fix --disable-doxygen-docs install --- doc/html/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 2d2117f8..a0e89ce2 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -69,6 +69,7 @@ doc_DATA = \ EXTRA_DIST = $(doc_DATA) api +if FLaC__HAS_DOXYGEN # The install targets don't copy whole directories so we have to # handle 'api/' specially: install-data-local: @@ -78,3 +79,4 @@ uninstall-local: rm -rf $(DESTDIR)$(docdir)/api maintainer-clean-local: rm -rf api +endif