summaryrefslogtreecommitdiff
path: root/texinfos.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-12-03 06:12:34 +0000
committerTom Tromey <tromey@redhat.com>1995-12-03 06:12:34 +0000
commitd090b70bff33abc9e417eeb00be168bcb37fe77b (patch)
treee3637b85df02ec64a4f01de69e89d8b889210cbb /texinfos.am
parentca0dd75950f4dc5a33d036b5ef62366cf1247a18 (diff)
downloadautomake-d090b70bff33abc9e417eeb00be168bcb37fe77b.tar.gz
Handle installcheck.
Handle ## comments. Fixlets
Diffstat (limited to 'texinfos.am')
-rw-r--r--texinfos.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/texinfos.am b/texinfos.am
index 538e4037f..1874d546b 100644
--- a/texinfos.am
+++ b/texinfos.am
@@ -4,9 +4,9 @@
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
-# Look in both . and srcdir because the info pages might have been
-# rebuilt in the build directory. Can't cd to srcdir; that might
-# break a possible install-sh reference.
+## Look in both . and srcdir because the info pages might have been
+## rebuilt in the build directory. Can't cd to srcdir; that might
+## break a possible install-sh reference.
install-info: $(INFO_DEPS)
$(top_srcdir)/mkinstalldirs $(infodir)
for file in $(INFO_DEPS); do \