diff options
author | Dave Love <fx@gnu.org> | 1999-09-01 11:18:42 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-01 11:18:42 +0000 |
commit | 84e7cd782a45b2af9c0528fc42dc456fed3570d0 (patch) | |
tree | b666ab2a8090fee851293a84a89d65222ebb3c88 /man/Makefile.in | |
parent | 0d17cd5c7106db414fe71bb799bc9fd8adf2495d (diff) | |
download | emacs-84e7cd782a45b2af9c0528fc42dc456fed3570d0.tar.gz |
Add faq.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
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 |