]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Don't run update-doxygen as part of "make mydist"
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 19 Apr 2024 14:23:43 +0000 (17:23 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 30 Apr 2024 14:09:08 +0000 (17:09 +0300)
Makefile.am

index 6e4738a0fa7be39dc4776cfab13001d3ac827346..6295d6fbd8394b6f59cb461bd6b6a6382c7e5a2d 100644 (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-`; \