summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/Makefile
blob: c80e99f49b4218c73e0f41403f92f71203771a1f (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" --exclude pm_to_blib  $(PACKAGE)