summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-07-15 23:23:05 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-07-15 23:23:05 +0000
commit7e95e7f864e9ae24d711dadf7009478ee6c66d52 (patch)
tree19d191f305b93d6e02d17a73727f085db2ab4776 /print
parentA set of TeX macros to typeset polyphonic, orchestral or polyphonic music (diff)
Add musixtex
Convert to the new format Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=1974
Diffstat (limited to 'print')
-rw-r--r--print/Makefile27
1 files changed, 21 insertions, 6 deletions
diff --git a/print/Makefile b/print/Makefile
index 9361ba56e75f..df8f6c4bb052 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,10 +1,25 @@
-# $Id: Makefile,v 1.17 1995/05/13 09:20:19 asami Exp $
+# $Id: Makefile,v 1.18 1995/05/14 03:29:57 asami Exp $
#
-SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview \
- latex latex209 makeindex mltex psutils \
- rtf2latex \
- tex texinfo tr2latex transfig xdvi \
- xtexshell
+ SUBDIR += a2ps
+ SUBDIR += afm
+ SUBDIR += dvi2xx
+ SUBDIR += dvips
+ SUBDIR += dviselect
+ SUBDIR += ghostscript
+ SUBDIR += ghostview
+ SUBDIR += latex
+ SUBDIR += latex209
+ SUBDIR += makeindex
+ SUBDIR += mltex
+ SUBDIR += musixtex
+ SUBDIR += psutils
+ SUBDIR += rtf2latex
+ SUBDIR += tex
+ SUBDIR += texinfo
+ SUBDIR += tr2latex
+ SUBDIR += transfig
+ SUBDIR += xdvi
+ SUBDIR += xtexshell
.include <bsd.port.subdir.mk>