mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
2391d73a2c
commit
8729126a15
@ -1,5 +1,7 @@
|
|||||||
1999-10-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
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
|
* lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
|
||||||
per Kayvan's instructions.
|
per Kayvan's instructions.
|
||||||
|
|
||||||
|
@ -16,3 +16,8 @@ dist-hook:
|
|||||||
rm -rf `find development -name \*CVS\*` ; \
|
rm -rf `find development -name \*CVS\*` ; \
|
||||||
rm -rf `find forms -name \*CVS\*` ; \
|
rm -rf `find forms -name \*CVS\*` ; \
|
||||||
rm -rf `find images -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
|
Loading…
Reference in New Issue
Block a user