aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 63cfef5de9f..a6b87020733 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-06-23 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (%.texi): Disable implicit rules.
4
12014-06-22 Mario Lang <mlang@delysid.org> 52014-06-22 Mario Lang <mlang@delysid.org>
2 6
3 * srecode.texi (Base Arguments): The the -> to the. 7 * srecode.texi (Base Arguments): The the -> to the.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index d191534c2de..53537122cef 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -107,6 +107,9 @@ gfdl = ${srcdir}/doclicense.texi
107## Prevent implicit rule triggering for foo.info. 107## Prevent implicit rule triggering for foo.info.
108.SUFFIXES: 108.SUFFIXES:
109 109
110## Disable implicit rules.
111%.texi: ;
112
110# Default. 113# Default.
111info: $(INFO_TARGETS) 114info: $(INFO_TARGETS)
112 115