Update of /var/cvs/cjk
In directory genba:/tmp/cvs-serv27830
Modified Files:
ChangeLog Makefile
Log Message:
* utils/Bg5conv/bg5conv.w, utils/extconv/extconv.w,
utils/hbf2gf/hbf2gf.w, utils/CEFconv/cefconv.w,
utils/CEFconv/cef5conv.w, utils/CEFconv/cefsconv.w,
utils/SJISconv/sjisconv.w: s/@/@@/ in email address.
* utils/Bg5conv/bg5conv.c, utils/extconv/extconv.c,
utils/hbf2gf/hbf2gf.c, utils/CEFconv/cefconv.c,
utils/CEFconv/cef5conv.c, utils/CEFconv/cefsconv.c,
utils/SJISconv/sjisconv.c: Removed. These files are now generated
by the Makefile.
* Makefile (version): Set to 4.7.0.
(CJK2DVI, LATEX2DVI): Add `texlive' subdirectory
(distsrc): Build .c from .w files.
Index: Makefile
===================================================================
RCS file: /var/cvs/cjk/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile 19 Aug 2006 11:29:01 -0000 1.7
--- Makefile 29 Aug 2006 07:05:13 -0000 1.8
***************
*** 16,20 ****
# MA 02110-1301 USA
! # This won't work in general since it uses GNU extensions of various utils.
version=4.7.0
--- 16,36 ----
# MA 02110-1301 USA
! # You need GNU make to run this Makefile.
! #
! # Some issues:
! #
! # o This Makefile is intended to build the distribution tarballs only,
! # not to compile binaries.
! #
! # o Binaries of the CJK utility programs (and the standard tex stuff,
! # including dvipdfmx) must work.
! #
! # o GNU extensions of various utility programs are used.
! #
! # o emacs 22 (this is the CVS version) and the `cweave' program from the
! # `c2cweb' package, renamed to `cweavex', are needed.
! #
! # o The TeXLive version of some font definition files are used (in the
! # `texlive' subdirectory).
version=4.7.0
***************
*** 28,32 ****
CJK2DVI=\
(cd dvi; \
!
TEXINPUTS=$(abs-distdir)/{texinput//,contrib/wadalab,utils/pyhyphen}:$$TEXINPUTS
\
texi2dvi -l latex ../cjk/[EMAIL PROTECTED]; \
rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED])
--- 44,48 ----
CJK2DVI=\
(cd dvi; \
!
TEXINPUTS=$(abs-distdir)/{texlive,texinput//,contrib/wadalab,utils/pyhyphen}:$$TEXINPUTS
\
texi2dvi -l latex ../cjk/[EMAIL PROTECTED]; \
rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED])
***************
*** 37,41 ****
cp $(1)/[EMAIL PROTECTED] $(2)/dvi; \
(cd $(2)/dvi; \
!
TEXINPUTS=$(abs-distdir)/{texinput//,contrib/wadalab,utils/pyhyphen}:$$TEXINPUTS
\
texi2dvi -l latex [EMAIL PROTECTED]; \
rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL
PROTECTED])
--- 53,57 ----
cp $(1)/[EMAIL PROTECTED] $(2)/dvi; \
(cd $(2)/dvi; \
!
TEXINPUTS=$(abs-distdir)/{texlive,texinput//,contrib/wadalab,utils/pyhyphen}:$$TEXINPUTS
\
texi2dvi -l latex [EMAIL PROTECTED]; \
rm -f [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL
PROTECTED])
***************
*** 139,142 ****
--- 155,161 ----
test -z "$$f" || ln -s $$f . || true); \
done
+ for f in `find $(abs-distdir)/utils -name '*.w'`; do \
+ ctangle $$f - `echo $$f | sed s/w$$/c/`; \
+ done
tar cfh - $(distdir) | gzip -c > $(distdir).tar.gz
***************
*** 176,180 ****
done
- # we use the cweave from the c2cweb package (renamed to `cweavex')
cweb:
for f in `find utils -type f -name '*.w'`; do \
--- 195,198 ----
Index: ChangeLog
===================================================================
RCS file: /var/cvs/cjk/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -d -r1.158 -r1.159
*** ChangeLog 28 Aug 2006 22:54:11 -0000 1.158
--- ChangeLog 29 Aug 2006 07:05:13 -0000 1.159
***************
*** 1,2 ****
--- 1,19 ----
+ 2006-08-29 Werner LEMBERG <[EMAIL PROTECTED]>
+
+ * utils/Bg5conv/bg5conv.w, utils/extconv/extconv.w,
+ utils/hbf2gf/hbf2gf.w, utils/CEFconv/cefconv.w,
+ utils/CEFconv/cef5conv.w, utils/CEFconv/cefsconv.w,
+ utils/SJISconv/sjisconv.w: s/@/@@/ in email address.
+
+ * utils/Bg5conv/bg5conv.c, utils/extconv/extconv.c,
+ utils/hbf2gf/hbf2gf.c, utils/CEFconv/cefconv.c,
+ utils/CEFconv/cef5conv.c, utils/CEFconv/cefsconv.c,
+ utils/SJISconv/sjisconv.c: Removed. These files are now generated
+ by the Makefile.
+
+ * Makefile (version): Set to 4.7.0.
+ (CJK2DVI, LATEX2DVI): Add `texlive' subdirectory
+ (distsrc): Build .c from .w files.
+
2006-08-28 Werner LEMBERG <[EMAIL PROTECTED]>
_______________________________________________
Cjk-commit maillist - [email protected]
http://lists.ffii.org/mailman/listinfo/cjk-commit