fix patch so that info page is NOT split up

This commit is contained in:
brad 1999-03-29 20:46:17 +00:00
parent 1d9f933fcc
commit c69bcbb3a5
3 changed files with 15 additions and 16 deletions

View File

@ -1,5 +1,4 @@
# $OpenBSD: Makefile,v 1.6 1999/03/07 00:14:40 brad Exp $ # $OpenBSD: Makefile,v 1.7 1999/03/29 20:46:17 brad Exp $
#
DISTNAME= automake-1.4 DISTNAME= automake-1.4
CATEGORIES= devel CATEGORIES= devel
@ -14,6 +13,9 @@ CONFIGURE_ENV= PERL=/usr/bin/perl
USE_PERL5= YES USE_PERL5= YES
STRIP= # none STRIP= # none
pre-configure:
${RM} ${WRKSRC}/automake.info*
post-install: post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \ @if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \

View File

@ -1,11 +1,11 @@
--- Makefile.in.orig Mon May 4 10:42:08 1998 --- Makefile.in.orig Mon Mar 29 15:32:50 1999
+++ Makefile.in Mon May 4 10:42:34 1998 +++ Makefile.in Mon Mar 29 15:33:00 1999
@@ -204,7 +204,7 @@ @@ -57,7 +57,7 @@
.texi.info: NORMAL_UNINSTALL = :
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] PRE_UNINSTALL = :
cd $(srcdir) \ POST_UNINSTALL = :
- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -MAKEINFO = @MAKEINFO@
+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` +MAKEINFO = @MAKEINFO@ --no-split
PACKAGE = @PACKAGE@
.texi.dvi: PERL = @PERL@
TEXINPUTS=$(srcdir):$$TEXINPUTS \ TAR = @TAR@

View File

@ -1,9 +1,6 @@
bin/automake bin/automake
bin/aclocal bin/aclocal
info/automake.info info/automake.info
info/automake.info-1
info/automake.info-2
info/automake.info-3
share/automake/COPYING share/automake/COPYING
share/automake/INSTALL share/automake/INSTALL
share/automake/texinfo.tex share/automake/texinfo.tex