summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/Makefile')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/Makefile b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
new file mode 100644
index 00000000000..8590d7c549c
--- /dev/null
+++ b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
@@ -0,0 +1,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)