mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
Build: Don't copy doc/api from source tree to distribution tarball
It was copied if it existed. This was intentional when autogen.sh still built liblzma API docs with Doxygen. Fixes: d3a77ebc04bf1db8d52de2d9b0f07877bc4fd139 (cherry picked from commit 8ede961374613aa302a13571d662cfaea1cf91f7)
This commit is contained in:
parent
cb0e847fe0
commit
a3f163a4ad
@ -88,11 +88,6 @@ dist-hook:
|
|||||||
> "$$dest/txt/$$BASE.txt"; \
|
> "$$dest/txt/$$BASE.txt"; \
|
||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
if test -d "$(srcdir)/doc/api" ; then \
|
|
||||||
$(MKDIR_P) "$(distdir)/doc/api" && \
|
|
||||||
$(INSTALL_DATA) "$(srcdir)"/doc/api/* \
|
|
||||||
"$(distdir)/doc/api"; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
# This works with GNU tar and gives cleaner package than normal 'make dist'.
|
# This works with GNU tar and gives cleaner package than normal 'make dist'.
|
||||||
# This also ensures that the man page translations are up to date (dist-hook
|
# This also ensures that the man page translations are up to date (dist-hook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user