head	1.2;
access;
symbols
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.12.02.18.38.26;	author steve;	state dead;
branches;
next	1.1;

1.1
date	2001.06.17.18.38.09;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version 2.4.18.

PR:		32315
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- doc/Makefile.in.orig	Sat Jun 16 13:37:41 2001
+++ doc/Makefile.in	Sat Jun 16 13:40:26 2001
@@@@ -133,7 +133,7 @@@@
 	  else file=$$i; fi; \
 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+	  inst=$$inst.$$ext; \
 	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
 	  $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
 	done
@


1.1
log
@Update to version 2.4.15.
@
text
@@

