On Tue, Oct 12, 1999 at 09:45:16PM +0200, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> 
> | > | -IMAGES = images/README images/*.xpm images/*.xbm
> | > | +IMAGES = images/*.xpm images/*.xbm
> | > 
> | > Yes... but why really?
> | 
> | Because in lib, images/README does not exist.
> 
> No a bad reason. :-)

:-)

I'm now running lyx-1.1.1pre1 on my system. I went ahead and integrated
the lyxdocs from CVS into the RPM. The RPM is available on my ftp site
at ftp://ftp.sylvan.com/pub/lyx/devel/ for those who are foolish enough
to want to try them.

The slightly modified patch follows:

Index: lib/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile.am
--- lib/Makefile.am     1999/10/12 15:11:04     1.3
+++ lib/Makefile.am     1999/10/12 20:19:16
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign
 DISTCLEANFILES = *.orig *.rej *~ *.bak textclass.lst packages.lst \
                lyxrc.defaults doc/LaTeXConfig.lyx
-bin_SCRIPTS = configure
+bin_SCRIPTS = 
 MAINTAINERCLEANFILES = Makefile.in
 SUBDIRS    = reLyX
 
@@ -17,10 +17,11 @@
 BIND = bind/*.bind
 EXAMPLES = examples/*.lyx
 TEXSUPPORT = tex/*.cls
-IMAGES = images/README images/*.xpm images/*.xbm
+IMAGES = images/*.xpm images/*.xbm
 
 pkgdata_DATA = lyxrc.example CREDITS chkconfig.ltx lyxrc.defaults \
                textclass.lst packages.lst
+pkgdata_SCRIPTS = configure configure.cmd
 
 LIBINSTFILES = $(LAYOUT) $(CLIPART) $(DOC) $(KBD) $(DOC) $(TEMPL) $(BIND) \
                $(EXAMPLES) $(TEXSUPPORT) $(IMAGES)

-- 
Kayvan Aghaiepour Sylvan  | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |                       | Robin Gregory (2/28/92)

Reply via email to