mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
always install doxygen docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user