Pavel Sanda wrote:
> if really wanted we can produce lzma/xz by new hardcoded target in automake 
> file.

like this. ugly, but wont diturb other people.
opinions?

pavel
diff --git a/Makefile.am b/Makefile.am
index 50977a2..decdf4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,12 @@ EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES 
UPGRADING \
 
 man_MANS = lyx.1
 
+#Wait some time for bumping automake 1.11, which knows this.
+lyxdist: dist
+       bunzip2 $(PACKAGE)-$(VERSION).tar.bz2
+       xz -9 $(PACKAGE)-$(VERSION).tar
+       ls -hl $(PACKAGE)-$(VERSION).tar.*
+
 rpmdist: dist
        $(LN_S) $(srcdir)/lib/images/lyx.png . ; \
        if [ -z "`type -path rpmbuild`" ]; \

Reply via email to