mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix install bug that happens if doxygen is not present
This commit is contained in:
@@ -35,8 +35,13 @@ doc_DATA = \
|
|||||||
links.html \
|
links.html \
|
||||||
news.html
|
news.html
|
||||||
|
|
||||||
|
if FLaC__HAS_DOXYGEN
|
||||||
EXTRA_DIST = $(doc_DATA) api
|
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
|
# The install targets don't copy whole directories so we have to
|
||||||
# handle 'api/' specially:
|
# handle 'api/' specially:
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@@ -46,3 +51,4 @@ uninstall-local:
|
|||||||
rm -rf $(DESTDIR)$(docdir)/api
|
rm -rf $(DESTDIR)$(docdir)/api
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -rf api
|
rm -rf api
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user