summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/Makefile
blob: 6e7d5b47558e28493e2100e49353a3d664c33585 (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); done

archive:
	COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS  --exclude .git --exclude .gitignore --exclude blib  --exclude "*.tar.gz" $(PACKAGE)