summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/Makefile
blob: 8590d7c549c89698aec4189ae64cf0d1f23c6168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# This is Makefile for TDS-compliant TeX distributions
# Written by Boris Veytsman, boris@varphi.com
#
# This file is in public domain
#

PACKAGE = bibtexperllibs

DIRS = BibTeX-Parser LaTeX-ToUnicode

all:

clean:

distclean:

install:
	for dir in ${DIRS}; do cd $$dir; ${MAKE} -f Makefile.TDS install; cd ..; done

archive:
	tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)