X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=bfccb7985b9ad57987191c7316dc0fed1a74e83c;hb=4c01ab9ecfa592a3028d49da959dd5012cb6aa64;hp=c60a282b3941c86a0530b1b08d2b7fad197cc194;hpb=a8d78905b6862a2965b10a7394d49f54390a5e73;p=lyx.git diff --git a/Makefile.am b/Makefile.am index c60a282b39..bfccb7985b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,24 +13,18 @@ endif SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \ - $(CLIENT) src/tex2lyx + $(CLIENT) src/tex2lyx src/convert 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 . ; \