diff options
| -rw-r--r-- | man/Makefile.in | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index cf9792184be..7c10db890c5 100644 --- a/man/Makefile.in +++ b/man/Makefile.in | |||
| @@ -12,11 +12,11 @@ VPATH=@srcdir@ | |||
| 12 | 12 | ||
| 13 | # The makeinfo program is part of the Texinfo distribution. | 13 | # The makeinfo program is part of the Texinfo distribution. |
| 14 | MAKEINFO = makeinfo | 14 | MAKEINFO = makeinfo |
| 15 | INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \ | 15 | INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/forms \ |
| 16 | ../info/gnus ../info/sc ../info/info ../info/dired-x \ | 16 | ../info/gnus ../info/info \ |
| 17 | ../info/mh-e | 17 | ../info/mh-e ../info/sc ../info/vip ../info/viper |
| 18 | DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi \ | 18 | DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi forms.dvi gnus.dvi \ |
| 19 | dired-x.dvi mh-e.dvi | 19 | mh-e.dvi sc.dvi vip.dvi viper.dvi |
| 20 | INFOSOURCES = info.texi info-stnd.texi | 20 | INFOSOURCES = info.texi info-stnd.texi |
| 21 | 21 | ||
| 22 | # The following rule does not work with all versions of `make'. | 22 | # The following rule does not work with all versions of `make'. |
| @@ -119,6 +119,11 @@ gnus.dvi: gnus.texi | |||
| 119 | ../etc/GNU: gnu1.texi gnu.texi | 119 | ../etc/GNU: gnu1.texi gnu.texi |
| 120 | makeinfo --no-headers -o ../etc/GNU gnu1.texi | 120 | makeinfo --no-headers -o ../etc/GNU gnu1.texi |
| 121 | 121 | ||
| 122 | ../info/viper: viper.texi viper-cmd.texi | ||
| 123 | $(MAKEINFO) viper.texi | ||
| 124 | viper.dvi: viper.texi viper-cmd.texi | ||
| 125 | $(TEXI2DVI) ${srcdir}/viper.texi | ||
| 126 | |||
| 122 | mostlyclean: | 127 | mostlyclean: |
| 123 | rm -f *.log *.cp *.fn *.ky *.pg *.vr core | 128 | rm -f *.log *.cp *.fn *.ky *.pg *.vr core |
| 124 | 129 | ||