X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=bfccb7985b9ad57987191c7316dc0fed1a74e83c;hb=210ea66d2d1113cddcc1b0f3547c1063b7dc4d47;hp=af9260dfba5afac5ed87dc5ca5d81b9690664639;hpb=f93ec4a1f41b70a4607ff355e19f4721f9338028;p=lyx.git diff --git a/Makefile.am b/Makefile.am index af9260dfba..bfccb7985b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,19 +18,13 @@ SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \ EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \ INSTALL.Win32 INSTALL.MacOSX INSTALL.cmake \ - README.Win32 README.Cygwin README.localization lyx.1in \ + INSTALL.Cygwin README.localization lyx.1in \ autogen.sh CMakeLists.txt po/CMakeLists.txt 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 +export XZ_OPT=-9ev rpmdist: dist $(LN_S) $(srcdir)/lib/images/lyx.png . ; \