Skip to content
Snippets Groups Projects
Commit 9502cd84 authored by Ron's avatar Ron Committed by Ralph Giles
Browse files

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: default avatarRalph Giles <giles@mozilla.com>
parent a6e62879
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment