From 9502cd843681e20d9454e5a6fba7713beadb12b5 Mon Sep 17 00:00:00 2001
From: Ron <ron@debian.org>
Date: Sun, 11 Nov 2012 21:52:39 +1030
Subject: [PATCH] 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>
---
 Makefile.am | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index df15572..7c208b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,17 +29,15 @@ pkgconfig_DATA = opusfile.pc
 
 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
 
 doc/doxygen-build.stamp: doc/Doxyfile $(top_srcdir)/doc/opus_logo.svg \
-- 
GitLab