aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1477c86..f73dece 100644
--- a/Makefile
+++ b/Makefile
@@ -446,7 +446,7 @@ platform.txi: build.scm
> platform.txi
features.txi: build build.scm
$(SCMLIT) -l build -e"(make-features-txi)"
-scm.info: $(texifiles)
+scm.info: $(texifiles) features.txi platform.txi
makeinfo scm.texi --no-split -o scm.info
mv scm.info scm-$(VERSION).info
if [ -f $(PREVDOCS)scm.info ]; \