summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS25
1 files changed, 0 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS
deleted file mode 100644
index 7072d1f20d0..00000000000
--- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.TDS
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# This is Makefile for TDS-compliant TeX distributions
-# Written by Boris Veytsman, boris@varphi.com
-#
-# This file is in public domain
-#
-PREFIX = /usr/local
-
-LIBDIR = $(PREFIX)/scripts/bibtexperllibs
-
-DOCDIR = $(PREFIX)/doc/bibtex/bibtexperllibs
-
-all:
-
-
-
-install:
- mkdir -p $(LIBDIR)
- cp -r lib/* $(LIBDIR)
- mkdir -p $(DOCDIR)
- cp -r man/man3/* $(DOCDIR)
-
-clean:
-
-distclean: clean