aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/Makefile.in')
-rw-r--r--doc/misc/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 28a949f81e2..6fd0b983b87 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -1,6 +1,6 @@
1#### Makefile for documentation other than the Emacs manual. 1#### Makefile for documentation other than the Emacs manual.
2 2
3# Copyright (C) 1994, 1996-2011 Free Software Foundation, Inc. 3# Copyright (C) 1994, 1996-2012 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
@@ -370,12 +370,13 @@ erc.pdf: ${srcdir}/erc.texi
370 $(ENVADD) $(TEXI2PDF) $< 370 $(ENVADD) $(TEXI2PDF) $<
371 371
372ert : $(infodir)/ert 372ert : $(infodir)/ert
373$(infodir)/ert: ert.texi $(infodir) 373$(infodir)/ert: ert.texi
374 cd $(srcdir); $(MAKEINFO) ert.texi 374 $(mkinfodir)
375ert.dvi: ert.texi 375 cd $(srcdir); $(MAKEINFO) $(MAKEINFO_OPTS) $<
376 $(ENVADD) $(TEXI2DVI) ${srcdir}/ert.texi 376ert.dvi: ${srcdir}/ert.texi
377ert.pdf: ert.texi 377 $(ENVADD) $(TEXI2DVI) $<
378 $(ENVADD) $(TEXI2PDF) ${srcdir}/ert.texi 378ert.pdf: ${srcdir}/ert.texi
379 $(ENVADD) $(TEXI2PDF) $<
379 380
380eshell : $(infodir)/eshell 381eshell : $(infodir)/eshell
381$(infodir)/eshell: eshell.texi 382$(infodir)/eshell: eshell.texi