shithub: opusfile

Download patch

ref: 9502cd843681e20d9454e5a6fba7713beadb12b5
parent: a6e628793ee1659d1f93ebcc5dbd3e52359d7a08
author: Ron <ron@debian.org>
date: Sun Nov 11 16:52:39 EST 2012

Move the extra EXTRA_DIST out of HAVE_DOXYGEN

We'll want that stuff in the release tarballs, even if the person running
make dist doesn't have doxygen installed (or --enabled) themselves.

Signed-off-by: Ralph Giles <giles@mozilla.com>

--- a/Makefile.am
+++ b/Makefile.am
@@ -29,16 +29,14 @@
 
 EXTRA_DIST = \
  opusfile.pc.in \
- opusfile-uninstalled.pc.in
+ opusfile-uninstalled.pc.in \
+ doc/Doxyfile.in \
+ doc/git-version.sh \
+ doc/opus_logo.svg
 
 #API Documentation
 
 if HAVE_DOXYGEN
-
-EXTRA_DIST += \
- doc/Doxyfile.in \
- doc/git-version.sh \
- doc/opus_logo.svg
 
 all-local: doc/doxygen-build.stamp