mirror of https://git.tukaani.org/xz.git
Build: Remove old Doxygen rules from top-level Makefile.am
(cherry picked from commit d3a77ebc04
)
This commit is contained in:
parent
092af76234
commit
1ddb40f6fd
12
Makefile.am
12
Makefile.am
|
@ -36,18 +36,6 @@ dist_examples_DATA = \
|
||||||
doc/examples/04_compress_easy_mt.c \
|
doc/examples/04_compress_easy_mt.c \
|
||||||
doc/examples/11_file_info.c \
|
doc/examples/11_file_info.c \
|
||||||
doc/examples/Makefile
|
doc/examples/Makefile
|
||||||
|
|
||||||
# Install the Doxygen generated documentation if they were built.
|
|
||||||
install-data-local:
|
|
||||||
if test -d "$(srcdir)/doc/api" ; then \
|
|
||||||
$(MKDIR_P) "$(DESTDIR)$(docdir)/api" && \
|
|
||||||
$(INSTALL_DATA) "$(srcdir)"/doc/api/* \
|
|
||||||
"$(DESTDIR)$(docdir)/api"; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Remove the Doxygen generated documentation when uninstalling.
|
|
||||||
uninstall-local:
|
|
||||||
rm -rf "$(DESTDIR)$(docdir)/api"
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
Loading…
Reference in New Issue