[PATCH] Problem installing gnumeric




hi all,

make install of a recent gnumeric from CVS was failing in the
gnumeric/doc/C directory, due to a small typo in Makefile.am

The attached patch fixes that.

Thanks,
Ian
? Makefile.in
? Makefile
? func-list.sgml
? func-index.sgml
? gnumeric.html
? gnumeric
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnumeric/doc/C/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am	1999/02/17 00:11:58	1.1
+++ Makefile.am	1999/02/19 13:26:43
@@ -66,7 +66,7 @@
 	-cp images/*.gif images/*.jpg $(distdir)/images
 
 install-data-local: gnumeric.html
-	$(srcdir)/../mkinstalldirs $(gnumeric_helpdir)/images
+	$(top_srcdir)/mkinstalldirs $(gnumeric_helpdir)/images
 	-for file in $(srcdir)/gnumeric/*.html $(srcdir)/gnumeric/*.css; do \
 	basefile=`basename $$file`; \
 	$(INSTALL_DATA) $(srcdir)/$$file $(gnumeric_helpdir)/$$basefile; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]