Build: Don't run update-doxygen as part of "make mydist"

This commit is contained in:
Lasse Collin 2024-04-19 17:23:43 +03:00
parent e9be74f5b1
commit b2bc55d8a0
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ dist-hook:
mydist:
sh "$(srcdir)/src/liblzma/validate_map.sh"
cd "$(srcdir)/po4a" && sh update-po
cd "$(srcdir)/doxygen" && sh update-doxygen
VERSION=$(VERSION); \
if test -d "$(srcdir)/.git" && type git > /dev/null 2>&1; then \
SNAPSHOT=`cd "$(srcdir)" && git describe --abbrev=4 | cut -b2-`; \