From: Dave Love Date: Wed, 1 Sep 1999 11:18:42 +0000 (+0000) Subject: Add faq. X-Git-Tag: emacs-pretest-21.0.90~6965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84e7cd782a45b2af9c0528fc42dc456fed3570d0;p=emacs.git Add faq. --- diff --git a/man/Makefile.in b/man/Makefile.in index 14e31720654..18212e9b39f 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -15,10 +15,11 @@ MAKEINFO = makeinfo INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ ../info/info ../info/message ../info/mh-e ../info/reftex \ - ../info/sc ../info/vip ../info/viper ../info/widget + ../info/sc ../info/vip ../info/viper ../info/widget \ + ../info/faq DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ - reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi + reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -156,6 +157,11 @@ viper.dvi: viper.texi widget.dvi: widget.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi +../info/faq: faq.texi + cd $(srcdir); $(MAKEINFO) faq.texi +faq.dvi: faq.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi + ../etc/GNU: gnu1.texi gnu.texi cd $(srcdir) && makeinfo --no-headers -o ../etc/GNU gnu1.texi