Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/man/tm/Makefile Mon Aug 13 09:03:47 2007 +0200 +++ b/man/tm/Makefile Mon Aug 13 09:04:33 2007 +0200 @@ -17,23 +17,22 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -NAMES = tm_en gnus-mime_en tm-mh-e_en -INFOS = $(NAMES:%=../../info/%.info) -DVIS = $(NAMES:%=%.dvi) +#### This makefile is currently broken! +#### makeinfo doesn't work with these .texi files! +NAMES = tm tm-edit tm-view gnus-mime tm-mh-e +NAMES_EN = $(NAMES:%=%-en) +NAMES_JA = $(NAMES:%=%-ja) +NAMES_ALL = $(NAMES_EN) $(NAMES_JA) +INFOS = $(NAMES_ALL:%=../../info/%.info) +DVIS = $(NAMES_ALL:%=%.dvi) TEXI2DVI = texi2dvi # List of all the texinfo files in the manual: -srcs = tm-edit-en.texi tm-ew-d=en.texi tm-ew=en.texi tm-util=en.texi \ - tm-view-a=en.texi tm-view-cb=en.texi tm-view-ch=en.texi tm-view-cs=en.texi \ - tm-view-m=en.texi tm-view-p=en.texi tm-view=en.texi tm-en.texi - all : info info : $(INFOS) -../../info/tm_en.info : $(srcs) - ../../info/%.info : %.texi makeinfo -o $@ $<