diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-22 23:25:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-22 23:25:47 -0700 |
commit | b8e83630600697e205c8f919f8ed6d44bcf5c647 (patch) | |
tree | 29d0b8dab900f66183d082810b991c5aa9533001 /doc/lispref/Makefile.in | |
parent | cc43334a3e3dd1937a9f43ebbdaa89297fc34a1c (diff) | |
download | emacs-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.in | 3 |
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 |