From 599a94350f19e6281998eb0afb66b3b218ae9c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 13 Jan 2003 23:17:33 +0000 Subject: [PATCH] use rpmbuild git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5949 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 687d283077..d8fd6eaafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-14 Lars Gullik Bjønnes + + * Makefile.am (rpmdist): use rpmbuild + 2002-12-26 Jean-Marc Lasgouttes * lyx.man: update to mention Qt frontend, remove old information diff --git a/Makefile.am b/Makefile.am index 7310d62d66..4a06fe358e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ 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 \ $(srcdir)/configure \ @@ -29,7 +29,7 @@ dist-hook: rpmdist: dist 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 bindist: