mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
use rpmbuild
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5949 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
036fb43f9d
commit
599a94350f
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-14 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
|
* Makefile.am (rpmdist): use rpmbuild
|
||||||
|
|
||||||
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2002-12-26 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* lyx.man: update to mention Qt frontend, remove old information
|
* lyx.man: update to mention Qt frontend, remove old information
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/config/common.am
|
include $(top_srcdir)/config/common.am
|
||||||
|
|
||||||
DISTCLEANFILES += lyx.1 config.status config.cache config.log
|
DISTCLEANFILES += lyx.1 config.status config.cache config.log
|
||||||
|
|
||||||
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
||||||
$(srcdir)/configure \
|
$(srcdir)/configure \
|
||||||
@ -29,7 +29,7 @@ dist-hook:
|
|||||||
|
|
||||||
rpmdist: dist
|
rpmdist: dist
|
||||||
ln -s lib/images/lyx.xpm . ; \
|
ln -s lib/images/lyx.xpm . ; \
|
||||||
rpm -ta $(PACKAGE)-$(VERSION).tar.gz ; saved_status=$$?; \
|
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz ; saved_status=$$?; \
|
||||||
rm lyx.xpm; exit $$saved_status
|
rm lyx.xpm; exit $$saved_status
|
||||||
|
|
||||||
bindist:
|
bindist:
|
||||||
|
Loading…
Reference in New Issue
Block a user