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

(cherry picked from commit b2bc55d8a0)
This commit is contained in:
Lasse Collin 2024-04-19 17:23:43 +03:00
parent 3a2fc62f59
commit 77bce9a0a2
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-`; \