mirror of https://git.tukaani.org/xz.git
Build: Don't run update-doxygen as part of "make mydist"
This commit is contained in:
parent
e9be74f5b1
commit
b2bc55d8a0
|
@ -112,7 +112,6 @@ dist-hook:
|
||||||
mydist:
|
mydist:
|
||||||
sh "$(srcdir)/src/liblzma/validate_map.sh"
|
sh "$(srcdir)/src/liblzma/validate_map.sh"
|
||||||
cd "$(srcdir)/po4a" && sh update-po
|
cd "$(srcdir)/po4a" && sh update-po
|
||||||
cd "$(srcdir)/doxygen" && sh update-doxygen
|
|
||||||
VERSION=$(VERSION); \
|
VERSION=$(VERSION); \
|
||||||
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
|
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
|
||||||
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
|
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \
|
||||||
|
|
Loading…
Reference in New Issue