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:
Angus Leeming 2003-02-04 18:13:33 +00:00
parent 98fc509a77
commit 4a1069a59d
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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; \