Skip to content

Commit

Permalink
Build: Don't run update-doxygen as part of "make mydist"
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Apr 30, 2024
1 parent e9be74f commit b2bc55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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-`; \
Expand Down

0 comments on commit b2bc55d

Please sign in to comment.