[Flac-dev] Re: FLAC 1.1.2 released

Christian Weisgerber naddy at mips.inka.de
Mon Mar 7 14:41:12 PST 2005


Josh Coalson <xflac at yahoo.com> wrote:

> > In doc/html, the api documentation is only installed if doxygen is
> > installed.  Is this correct?  I thought, doxygen was only required
> > to _build_ the api docs, but the package already comes with pre-built
> > docs, doesn't it?
> 
> yeah, that's the way it's supposed to work but from your mails
> it sounds like there are still problems.  you also said earlier
> install fails in doc/html if doxygen doesn't exist, right?  do
> you have a patch for the expected behavior?

I think the conditionals in doc/html/Makefile.am are simply bogus,
but maybe I'm missing something.

--- doc/html/Makefile.am.orig	Mon Mar  7 23:39:33 2005
+++ doc/html/Makefile.am	Mon Mar  7 23:39:50 2005
@@ -39,13 +39,8 @@
 	news.html \
 	ogg_mapping.html
 
-if FLaC__HAS_DOXYGEN
 EXTRA_DIST = $(doc_DATA) api
-else
-EXTRA_DIST = $(doc_DATA)
-endif
 
-if FLaC__HAS_DOXYGEN
 # The install targets don't copy whole directories so we have to
 # handle 'api/' specially:
 install-data-local:
@@ -55,4 +50,3 @@
 	rm -rf $(DESTDIR)$(docdir)/api
 maintainer-clean-local:
 	rm -rf api
-endif
-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de


More information about the Flac-dev mailing list