- remove a piece of patch-Makefile.in patch

- add one more space to info page topic to make it align with other entries
surrounding it
This commit is contained in:
brad 2001-08-26 17:45:08 +00:00
parent d30ad4bc50
commit 93bf1d33f8
2 changed files with 5 additions and 19 deletions

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Fri Jun 23 12:35:23 2000
+++ Makefile.in Sat Jul 1 19:06:31 2000
@@ -72,7 +72,7 @@
+++ Makefile.in Sun Aug 26 13:20:35 2001
@@ -72,7 +72,7 @@ GLOBDIR = @GLOBDIR@
GLOBINC = @GLOBINC@
GLOBLIB = @GLOBLIB@
LIBOBJS = @LIBOBJS@
@ -9,17 +9,3 @@
MOFILES = @MOFILES@
PACKAGE = @PACKAGE@
PERL = @PERL@
@@ -346,13 +346,6 @@
done; \
done
@$(POST_INSTALL)
- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
- list='$(INFO_DEPS)'; \
- for file in $$list; do \
- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
- done; \
- else : ; fi
uninstall-info:
$(PRE_UNINSTALL)

View File

@ -1,5 +1,5 @@
--- make.texinfo.orig Thu Sep 23 13:40:19 1999
+++ make.texinfo Tue Oct 26 09:29:42 1999
--- make.texinfo.orig Tue Jun 20 10:00:17 2000
+++ make.texinfo Sun Aug 26 13:19:10 2001
@@ -24,9 +24,9 @@
@c Combine the program and concept indices:
@syncodeindex pg cp
@ -8,7 +8,7 @@
+@dircategory Programming & development tools
@direntry
-* Make: (make). Remake files automatically.
+* GNU Make: (make). The GNU make utility.
+* GNU Make: (make). The GNU make utility.
@end direntry
@ifinfo