summaryrefslogtreecommitdiff
path: root/doc/lispref/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-22 23:25:47 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-22 23:25:47 -0700
commitb8e83630600697e205c8f919f8ed6d44bcf5c647 (patch)
tree29d0b8dab900f66183d082810b991c5aa9533001 /doc/lispref/Makefile.in
parentcc43334a3e3dd1937a9f43ebbdaa89297fc34a1c (diff)
downloademacs-b8e83630600697e205c8f919f8ed6d44bcf5c647.tar.gz
Disable implicit texi rules in doc/
* doc/emacs/Makefile.in (%.texi): * doc/lispintro/Makefile.in (%.texi): * doc/lispref/Makefile.in (%.texi): * doc/misc/Makefile.in (%.texi): Disable implicit rules.
Diffstat (limited to 'doc/lispref/Makefile.in')
-rw-r--r--doc/lispref/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index c97ce97c9ff..f468a31cb42 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -126,6 +126,9 @@ srcs = \
mkinfodir = @${MKDIR_P} ${buildinfodir}
+## Disable implicit rules.
+%.texi: ;
+
.PHONY: info dvi pdf ps
.SUFFIXES: .ps .dvi