mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Makefile.am: Sort EXTRA_DIST.
Dirs first, then files in case-sensitive ASCII order.
This commit is contained in:
parent
f3440e78c9
commit
9466306719
1 changed files with 7 additions and 7 deletions
14
Makefile.am
14
Makefile.am
|
@ -51,16 +51,13 @@ uninstall-local:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
po/xz.pot-header \
|
cmake \
|
||||||
po4a \
|
|
||||||
extra \
|
|
||||||
doc/xz-logo.png \
|
|
||||||
dos \
|
dos \
|
||||||
doxygen \
|
doxygen \
|
||||||
|
extra \
|
||||||
|
po4a \
|
||||||
windows \
|
windows \
|
||||||
cmake \
|
|
||||||
CMakeLists.txt \
|
CMakeLists.txt \
|
||||||
autogen.sh \
|
|
||||||
COPYING.CC-BY-SA-4.0 \
|
COPYING.CC-BY-SA-4.0 \
|
||||||
COPYING.GPLv2 \
|
COPYING.GPLv2 \
|
||||||
COPYING.GPLv3 \
|
COPYING.GPLv3 \
|
||||||
|
@ -68,8 +65,11 @@ EXTRA_DIST = \
|
||||||
INSTALL.generic \
|
INSTALL.generic \
|
||||||
PACKAGERS \
|
PACKAGERS \
|
||||||
TODO \
|
TODO \
|
||||||
|
autogen.sh \
|
||||||
build-aux/manconv.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
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue