Mercurial > hg > xemacs-beta
comparison man/Makefile.in.in @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
134 ../info/%.info : %.texi | 134 ../info/%.info : %.texi |
135 -./makeinfo -o $@ $< | 135 -./makeinfo -o $@ $< |
136 | 136 |
137 srcs = ange-ftp cc-mode cl dired ediff external-widget forms gnus \ | 137 srcs = ange-ftp cc-mode cl dired ediff external-widget forms gnus \ |
138 hyperbole ilisp info internals ispell mailcrypt message mh-e \ | 138 hyperbole ilisp info internals ispell mailcrypt message mh-e \ |
139 oo-browser pcl-cvs psgml rmail standards supercite term termcap \ | 139 oo-browser pcl-cvs psgml psgml-api rmail standards supercite term \ |
140 texinfo viper vm w3 xemacs-faq | 140 termcap texinfo viper vm w3 xemacs-faq |
141 | 141 |
142 info = $(srcs:%=../info/%.info) | 142 info = $(srcs:%=../info/%.info) |
143 | 143 |
144 all : ${SUBDIR} $(info) | 144 all : ${SUBDIR} $(info) |
145 | 145 |