comparison man/tm/Makefile @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children c7528f8e288d
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
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 NAMES = tm_en gnus-mime_en tm-mh-e_en 20 #### This makefile is currently broken!
21 INFOS = $(NAMES:%=../../info/%.info) 21 #### makeinfo doesn't work with these .texi files!
22 DVIS = $(NAMES:%=%.dvi) 22 NAMES = tm tm-edit tm-view gnus-mime tm-mh-e
23 NAMES_EN = $(NAMES:%=%-en)
24 NAMES_JA = $(NAMES:%=%-ja)
25 NAMES_ALL = $(NAMES_EN) $(NAMES_JA)
26 INFOS = $(NAMES_ALL:%=../../info/%.info)
27 DVIS = $(NAMES_ALL:%=%.dvi)
23 28
24 TEXI2DVI = texi2dvi 29 TEXI2DVI = texi2dvi
25 30
26 # List of all the texinfo files in the manual: 31 # List of all the texinfo files in the manual:
27 32
28 srcs = tm-edit-en.texi tm-ew-d=en.texi tm-ew=en.texi tm-util=en.texi \
29 tm-view-a=en.texi tm-view-cb=en.texi tm-view-ch=en.texi tm-view-cs=en.texi \
30 tm-view-m=en.texi tm-view-p=en.texi tm-view=en.texi tm-en.texi
31
32 all : info 33 all : info
33 info : $(INFOS) 34 info : $(INFOS)
34
35 ../../info/tm_en.info : $(srcs)
36 35
37 ../../info/%.info : %.texi 36 ../../info/%.info : %.texi
38 makeinfo -o $@ $< 37 makeinfo -o $@ $<
39 38
40 dvi: $(DVIS) 39 dvi: $(DVIS)