[gpm]install bug
Mike Castle
Mike Castle <dalgoda@ix.netcom.com>
Mon, 3 Dec 2001 19:12:58 -0800
mkinstalldirs was moved, but doc/Makefile.in doesn't know about it.
The following is the patch I use to compile (it also addresses the texinfo
bug, but I didn't feel like breaking them out).
patch -p1 <<\EOF
diff -ru gpm-1.19.6.orig/doc/Makefile.in gpm-1.19.6/doc/Makefile.in
--- gpm-1.19.6.orig/doc/Makefile.in Wed Oct 3 13:51:46 2001
+++ gpm-1.19.6/doc/Makefile.in Mon Dec 3 19:02:41 2001
@@ -86,7 +86,7 @@
# install & uninstall
installdirs:
- $(SHELL) $(top_builddir)/mkinstalldirs \
+ $(SHELL) $(srcdir)/../contrib/scripts/mkinstalldirs \
$(man1dir) $(man7dir) $(man8dir) $(infodir)
install: all installdirs
diff -ru gpm-1.19.6.orig/doc/doc.gpm.in gpm-1.19.6/doc/doc.gpm.in
--- gpm-1.19.6.orig/doc/doc.gpm.in Wed Oct 3 14:35:54 2001
+++ gpm-1.19.6/doc/doc.gpm.in Mon Dec 3 19:00:57 2001
@@ -86,7 +86,7 @@
@subtitle A general purpose mouse server for the Linux console
@subtitle @value{update-month}
-@author by Nico Schottelius <nico@schottelius.org>
+@author by Nico Schottelius <nico@@schottelius.org>
@end titlepage
@setchapternewpage off
EOF
Cheers!
mrc
--
Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc