summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-20 02:00:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-20 02:00:59 +0000
commitd6719f3552f66e378f4d150cff4dac3f7d080966 (patch)
tree0ce326ca3bd84797ab35f365d31c7230128358bd /print
parentRemove yatex and yatex-xemacs. (diff)
Add yatex-mule, yatex-xemacs and yatex-xemacs-mule.
Notes
Notes: svn path=/head/; revision=17309
Diffstat (limited to 'print')
-rw-r--r--print/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index 7393a40805c6..a1e197cbef24 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.82 1999/01/20 14:51:16 dirk Exp $
+# $Id: Makefile,v 1.83 1999/01/26 03:32:20 steve Exp $
#
SUBDIR += a2ps-a4
@@ -75,5 +75,8 @@
SUBDIR += xmbibtex
SUBDIR += xtem
SUBDIR += yatex
+ SUBDIR += yatex-mule
+ SUBDIR += yatex-xemacs
+ SUBDIR += yatex-xemacs-mule
.include <bsd.port.subdir.mk>