From: Eli Zaretskii Date: Fri, 16 Nov 2001 13:04:22 +0000 (+0000) Subject: (emacsman): New target. X-Git-Tag: ttn-vms-21-2-B4~18507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a8ad7c48227161c640ccbe3fa1071d313958713;p=emacs.git (emacsman): New target. --- diff --git a/man/Makefile.in b/man/Makefile.in index 6b5bd1cd189..bcd414573fd 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -122,6 +122,13 @@ info.dvi: ${INFOSOURCES} emacs.dvi: ${EMACSSOURCES} $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi +# This target is here so you could easily get the list of the *.texi +# files which belong to the Emacs manual (as opposed to the separate +# manuals for CL, CC Mode, Ebrowse, etc.). With this target, you can +# say things like "grep foo `make emacsman`". +emacsman: + @echo $(EMACSSOURCES) + ../info/ccmode: cc-mode.texi cd $(srcdir); $(MAKEINFO) cc-mode.texi cc-mode.dvi: cc-mode.texi