mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Let automake create the tar.xz archive
We require automake 1.14 these days, and it can do it by itself.
This commit is contained in:
parent
655cb7073d
commit
8bbc660a25
10
Makefile.am
10
Makefile.am
@ -23,14 +23,8 @@ EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
|
||||
|
||||
man_MANS = lyx.1
|
||||
|
||||
#Wait some time for bumping automake 1.11, which can use dist-xz
|
||||
#directly without this code, which is to be removed.
|
||||
#xz has low compression by default, but can be affected via
|
||||
#export XZ_OPT=-9ev put somewhere in the makefile.
|
||||
lyxdist: dist
|
||||
bunzip2 $(PACKAGE)-$(VERSION).tar.bz2
|
||||
xz -9 $(PACKAGE)-$(VERSION).tar
|
||||
ls -hl $(PACKAGE)-$(VERSION).tar.*
|
||||
# Set high compression level for xz distribution
|
||||
XZ_OPT=-9ev
|
||||
|
||||
rpmdist: dist
|
||||
$(LN_S) $(srcdir)/lib/images/lyx.png . ; \
|
||||
|
@ -31,7 +31,7 @@ AM_SILENT_RULES([yes])
|
||||
# file names only up to 99 characters. tar-ustar selects the ustar format defined
|
||||
# by POSIX 1003.1-1988. This format is believed to be old enough to be portable.
|
||||
save_PACKAGE=$PACKAGE
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define 1.14 tar-ustar subdir-objects])
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz no-define 1.14 tar-ustar subdir-objects])
|
||||
PACKAGE=$save_PACKAGE
|
||||
|
||||
### Set the execute permissions of the various scripts correctly
|
||||
|
Loading…
Reference in New Issue
Block a user