always install doxygen docs

This commit is contained in:
Josh Coalson
2006-09-28 01:00:35 +00:00
parent 2f3e673e30
commit 9c6930d501

View File

@@ -40,13 +40,8 @@ doc_DATA = \
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:
@@ -56,4 +51,3 @@ uninstall-local:
rm -rf $(DESTDIR)$(docdir)/api
maintainer-clean-local:
rm -rf api
endif