comparison man/Makefile.in @ 17335:d80b4f8daf6d

Added widget and custom manuals.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Mon, 07 Apr 1997 14:00:58 +0000
parents 521a4d5ccea0
children 88dd57f50303
comparison
equal deleted inserted replaced
17334:1effe507ea85 17335:d80b4f8daf6d
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/ccmode ../info/cl ../info/dired-x \ 15 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \
16 ../info/ediff ../info/forms ../info/gnus ../info/info \ 16 ../info/ediff ../info/forms ../info/gnus ../info/info \
17 ../info/mh-e ../info/sc ../info/vip ../info/viper \ 17 ../info/mh-e ../info/sc ../info/vip ../info/viper \
18 ../info/message 18 ../info/message ../info/custom ../info/widget
19 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ 19 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \
20 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi message.dvi 20 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi message.dvi \
21 customize.dvi widget.dvi
21 INFOSOURCES = info.texi info-stnd.texi 22 INFOSOURCES = info.texi info-stnd.texi
22 23
23 # The following rule does not work with all versions of `make'. 24 # The following rule does not work with all versions of `make'.
24 .SUFFIXES: .texi .dvi 25 .SUFFIXES: .texi .dvi
25 .texi.dvi: 26 .texi.dvi:
135 ../info/message: message.texi 136 ../info/message: message.texi
136 cd $(srcdir); $(MAKEINFO) message.texi 137 cd $(srcdir); $(MAKEINFO) message.texi
137 message.dvi: message.texi 138 message.dvi: message.texi
138 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/message.texi 139 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/message.texi
139 140
141 ../info/widget: widget.texi
142 cd $(srcdir); $(MAKEINFO) widget.texi
143 widget.dvi: widget.texi
144 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/widget.texi
145
146 ../info/custom: customize.texi
147 cd $(srcdir); $(MAKEINFO) customize.texi
148 customize.dvi: customize.texi
149 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/customize.texi
150
140 ../etc/GNU: gnu1.texi gnu.texi 151 ../etc/GNU: gnu1.texi gnu.texi
141 makeinfo --no-headers -o ../etc/GNU gnu1.texi 152 makeinfo --no-headers -o ../etc/GNU gnu1.texi
142 153
143 ../info/viper: viper.texi viper-cmd.texi 154 ../info/viper: viper.texi viper-cmd.texi
144 cd $(srcdir); $(MAKEINFO) viper.texi 155 cd $(srcdir); $(MAKEINFO) viper.texi