added a rpmdist target, not perfect yet

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 1999-10-16 14:42:03 +00:00
parent 2391d73a2c
commit 8729126a15
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1999-10-16 Lars Gullik Bjønnes <larsbj@lyx.org>
* Makefile.am (rpmdist): added a rpmdist target
* lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
per Kayvan's instructions.

View File

@ -16,3 +16,8 @@ dist-hook:
rm -rf `find development -name \*CVS\*` ; \
rm -rf `find forms -name \*CVS\*` ; \
rm -rf `find images -name \*CVS\*`
rpmdist: dist
ln -s images/lyx.xpm . ; \
rpm -ta lyx-1.1.1.tar.gz ; \
rm lyx.xpm