diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-14 22:58:51 +0000 |
commit | 0d24ce472965b1af574ee8eab914346a50d93ab0 (patch) | |
tree | fc04ac961d5044a7d4ac36140741f144e02c3080 /print/latex-cjk/files/patch-ac | |
parent | (forced commit) This is the official index file for 3.3-release. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Diffstat (limited to 'print/latex-cjk/files/patch-ac')
-rw-r--r-- | print/latex-cjk/files/patch-ac | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/print/latex-cjk/files/patch-ac b/print/latex-cjk/files/patch-ac deleted file mode 100644 index c8d471a2b061..000000000000 --- a/print/latex-cjk/files/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ ---- utils/CEFconv/Makefile.orig Thu Jan 1 08:00:00 1970 -+++ utils/CEFconv/Makefile Sat Feb 20 07:26:46 1999 -@@ -0,0 +1,20 @@ -+cef5conv: -+ $(CC) $(CFLAGS) -o $@ cef5conv.c -+ -+cefconv: -+ $(CC) $(CFLAGS) -o $@ cefconv.c -+ -+cefsconv: -+ $(CC) $(CFLAGS) -o $@ cefsconv.c -+ -+build: cef5conv cefconv cefsconv -+ -+all: build -+ -+install: all -+ $(INSTALL_PROGRAM) *conv $(PREFIX)/bin -+ $(INSTALL_SCRIPT) *latex $(PREFIX)/bin -+ $(INSTALL_MAN) *.1 $(PREFIX)/man/man1 -+ -+clean: -+ $(RM) *conv |