diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-16 19:08:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-16 19:08:49 +0000 |
commit | fbf61e41eda224cef7075787c2ef5ff9c5c6c31d (patch) | |
tree | b3763eaff5974664609c11af6bc9bde573d48967 /man/Makefile.in | |
parent | 3ba296745aeec5930dfff4d5d6ee6efb21be92f3 (diff) | |
download | emacs-fbf61e41eda224cef7075787c2ef5ff9c5c6c31d.tar.gz |
Whitespace change.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index f6a65910ad2..b98c096145c 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -13,9 +13,9 @@ VPATH=@srcdir@ # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \ - ../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/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 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi customize.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 |