Angus,


Apologies for the person-to-person email, but my emails to the devel list
seem to end up in /dev/null :(.

Another patch is needed to src/frontends/xforms/Makefile.am in CVS, to
remove a stray 'if':

Index: src/frontends/xforms/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/Makefile.am,v
retrieving revision 1.111
diff -u -r1.111 Makefile.am
--- src/frontends/xforms/Makefile.am    2003/11/30 17:11:50     1.111
+++ src/frontends/xforms/Makefile.am    2003/12/01 07:24:42
@@ -194,7 +194,7 @@
        @:

 stamp-xpm: lyx_xpm.h-tmp
-       if cmp -s $< lyx_xpm.h || {\
+       cmp -s $< lyx_xpm.h || {\
                rm -f lyx_xpm.h ;\
                cp $< lyx_xpm.h ;\
        }


Cheers, Rob.



Reply via email to