Skip to content

Commit

Permalink
Build: Makefile.am: Sort EXTRA_DIST.
Browse files Browse the repository at this point in the history
Dirs first, then files in case-sensitive ASCII order.
  • Loading branch information
Larhzu committed Feb 17, 2024
1 parent f3440e7 commit 9466306
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ uninstall-local:
endif

EXTRA_DIST = \
po/xz.pot-header \
po4a \
extra \
doc/xz-logo.png \
cmake \
dos \
doxygen \
extra \
po4a \
windows \
cmake \
CMakeLists.txt \
autogen.sh \
COPYING.CC-BY-SA-4.0 \
COPYING.GPLv2 \
COPYING.GPLv3 \
COPYING.LGPLv2.1 \
INSTALL.generic \
PACKAGERS \
TODO \
autogen.sh \
build-aux/manconv.sh \
build-aux/version.sh
build-aux/version.sh \
doc/xz-logo.png \
po/xz.pot-header

ACLOCAL_AMFLAGS = -I m4

Expand Down

0 comments on commit 9466306

Please sign in to comment.