I have noticed that we do not install banner.ppm (therefore, an installed lyx 
has no banner). I *think* the attached patch fixes this (but it is my first 
makefile try).
Anyway, I think it would be a pity if 1.3.0 would be released without a 
banner.

Jürgen.
Index: lib/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v
retrieving revision 1.360
diff -u -r1.360 ChangeLog
--- lib/ChangeLog	2003/02/03 01:15:38	1.360
+++ lib/ChangeLog	2003/02/04 15:32:48
@@ -1,3 +1,7 @@
+2003-02-04  Juergen Spitzmueller  <[EMAIL PROTECTED]>
+
+	* Makefile.am (IMAGES): install banner.ppm
+
 2003-02-02  Angus Leeming  <[EMAIL PROTECTED]>
 
 	* reLyX/RelyxTable.pm: add paranoia check that array bounds are valid.
Index: lib/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/Makefile.am,v
retrieving revision 1.50
diff -u -r1.50 Makefile.am
--- lib/Makefile.am	2003/01/12 22:13:25	1.50
+++ lib/Makefile.am	2003/02/04 15:32:48
@@ -12,7 +12,7 @@
 DOCINST = doc/*.lyx doc/*.eps doc/*.lyx.in
 EXAMPLES = examples/*.lyx examples/*.fen
 HELP = help/*.hlp
-IMAGES = images/*.xpm images/math/*.xpm
+IMAGES = images/*.xpm images/*.ppm images/math/*.xpm
 KBD = kbd/*.kmap kbd/*.cdef
 LAYOUT = layouts/*.layout layouts/*.inc
 LYXSCRIPTS = configure configure.cmd scripts/* lyx2lyx/*

Reply via email to