mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Enable rpmdist with srcdir != builddir.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6030 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
98fc509a77
commit
4a1069a59d
@ -1,3 +1,8 @@
|
||||
2003-02-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: allow lyx.xpm to be found when making rpmdist in
|
||||
srcdir != builddir.
|
||||
|
||||
2003-02-04 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* ANNOUNCE:
|
||||
|
@ -28,7 +28,7 @@ dist-hook:
|
||||
rm -rf `find images -name \*CVS\*`
|
||||
|
||||
rpmdist: dist
|
||||
ln -s lib/images/lyx.xpm . ; \
|
||||
ln -s $(srcdir)/lib/images/lyx.xpm . ; \
|
||||
if [ -z "`type -path rpmbuild`" ]; \
|
||||
then \
|
||||
RPMBUILD=rpm; \
|
||||
|
Loading…
Reference in New Issue
Block a user