comparison man/tm/Makefile @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents 2d532a89d707
children
comparison
equal deleted inserted replaced
192:9d35321dd38c 193:f53b5ca2e663
16 # along with XEmacs; see the file COPYING. If not, write to 16 # along with XEmacs; see the file COPYING. If not, write to
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA. 18 # Boston, MA 02111-1307, USA.
19 19
20 # The japanese texinfo files requires the very latest 20.0 xemacs 20 # The japanese texinfo files requires the very latest 20.0 xemacs
21 EMACS = xemacs 21 EMACS = ../../src/xemacs
22 NAMES = tm tm-edit tm-view gnus-mime tm-mh-e 22 NAMES = tm tm-edit tm-view gnus-mime tm-mh-e
23 NAMES_EN = $(NAMES:%=%-en) tm-vm-en 23 NAMES_EN = $(NAMES:%=%-en) tm-vm-en
24 NAMES_JA = $(NAMES:%=%-ja) 24 NAMES_JA = $(NAMES:%=%-ja)
25 NAMES_ALL = $(NAMES_EN) $(NAMES_JA) 25 NAMES_ALL = $(NAMES_EN) $(NAMES_JA)
26 #NAMES_ALL = $(NAMES_EN) 26 #NAMES_ALL = $(NAMES_EN)
27 INFOS = $(NAMES_ALL:%=../../info/%.info) 27 INFOS = $(NAMES_ALL:%=../../info/%.info)
28 DVIS = $(NAMES_EN:%=%.dvi) 28 DVIS = $(NAMES_EN:%=%.dvi)
29 29
30 TEXI2DVI = texi2dvi 30 TEXI2DVI = texi2dvi
31 MAKEINFO = makeinfo
31 32
32 # List of all the texinfo files in the manual: 33 # List of all the texinfo files in the manual:
33 34
34 all : info 35 all : info
35 info : $(INFOS) 36 info : $(INFOS)