--- wterm-6.2.9.orig/doc/Makefile
+++ wterm-6.2.9/doc/Makefile
@@ -1,7 +1,7 @@
# Generated automatically from Makefile.in by configure.
# doc/Makefile.in -*- Makefile -*-
# $Id: Makefile.in,v 1.5 1998/09/20 23:49:22 mason Exp $
-
+#
# autoconf/Make.common.in -*- Makefile -*-
# release date (man), LSM date, version number/name, current maintainer
# $Id: Make.common.in,v 1.2 1998/04/20 07:24:15 mason Exp $
@@ -43,10 +43,10 @@
RM = /bin/rm
RMF = /bin/rm -f
CP = /bin/cp
-SED = /usr/bin/sed
-INSTALL = /usr/bin/ginstall -c
-INSTALL_PROGRAM = /usr/bin/ginstall -c -s -m 755
-INSTALL_DATA = /usr/bin/ginstall -c -m 644
+SED = /bin/sed
+INSTALL = /usr/bin/install -c
+INSTALL_PROGRAM = /usr/bin/install -c -s -m 755
+INSTALL_DATA = /usr/bin/install -c -m 644
# Flags & libs
# add -DBINDIR=\""$(bindir)/"\" to CPPFLAGS, if we need to spawn a program
@@ -63,7 +63,7 @@
XINC = -I/usr/X11R6/include
# extra libraries needed by X on some systems, X library location
-XLIB = -L/usr/X11R6/lib -lSM -lICE -L/usr/X11/lib -lXpm -lX11 -lWMaker
+XLIB = -L/usr/X11R6/lib -lSM -lICE -L/usr/X11R6/lib -lXpm -lX11 -lWMaker
# End of common section of the Makefile
#-------------------------------------------------------------------------
@@ -119,7 +119,8 @@
realclean: clean
$(RMF) tags wterm.1 wterm.html wtermRef.html wtermRef.txt
-distclean:
+distclean: clean
+ $(RMF) tags
install: wterm.1
$(INSTALL_DATA) wterm.1 $(DESTDIR)$(mandir)/$(manprefix)wterm.$(manext)