summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-06-02 12:30:14 +0000
committerAkim Demaille <akim@epita.fr>2001-06-02 12:30:14 +0000
commit52a4833e9f75399bb53510a68287a7cd11275043 (patch)
treed837a2c4da17902899b74b2da57b15cbbb1b4344 /doc
parent4a8d7d11fbbe855fe0a70b41b4e3f67456ad0f60 (diff)
downloadautoconf-52a4833e9f75399bb53510a68287a7cd11275043.tar.gz
* configure.in (standards_texi): Remove, dead code.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1770949f..48a0b2a6 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -66,7 +66,6 @@ PACKAGE_NAME = @PACKAGE_NAME@
PERL = @PERL@
PERLSCRIPTS = @PERLSCRIPTS@
VERSION = @VERSION@
-standards_texi = @standards_texi@
MAKEINFO = @MAKEINFO@ --no-split
TEXI2HTML = texi2html
@@ -211,7 +210,7 @@ uninstall-info:
else ii=; fi; \
list='$(INFO_DEPS)'; \
for file in $$list; do \
- test -z "$ii" \
+ test -z "$$ii" \
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
done
@$(NORMAL_UNINSTALL)