diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-01-05 12:22:45 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-01-05 12:22:45 +0000 |
commit | 429fc7c6740f0b6619cbe759552f788ab052186a (patch) | |
tree | 3dd356653c8a9bf627c41e7bb5a9f9387e20bc8e /man | |
parent | a40efb3bb9bc43dd3bfa08ec8ab65602afbda663 (diff) | |
download | emacs-429fc7c6740f0b6619cbe759552f788ab052186a.tar.gz |
(INFO_TARGETS): Rename emacs-faq to efaq (for
compatibility with 8+3 filesystems).
(../info/efaq): Renamed from emacs-faq.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 35bdc63e78f..df6550dbbe6 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -16,7 +16,7 @@ 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/emacs-faq.info ../info/ada-mode ../info/autotype \ + ../info/efaq ../info/ada-mode ../info/autotype \ ../info/idlwave DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ @@ -164,7 +164,7 @@ viper.dvi: viper.texi widget.dvi: widget.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi -../info/emacs-faq.info: faq.texi +../info/efaq: faq.texi cd $(srcdir); $(MAKEINFO) faq.texi faq.dvi: faq.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi |