summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/Makefile b/Master/texmf-dist/source/latex/fontspec/Makefile
index 2a0b321947e..9d6445ec6d4 100644
--- a/Master/texmf-dist/source/latex/fontspec/Makefile
+++ b/Master/texmf-dist/source/latex/fontspec/Makefile
@@ -40,7 +40,7 @@ DTX = $(NAME).dtx
REDIRECT = > /dev/null
# Files grouped by generation mode
-COMPILED = $(DOC) fontspec-testsuite.pdf
+COMPILED = $(DOC)
EXAMPLES = fontspec-example.tex
UNPACKED = fontspec.sty fontspec-xetex.sty fontspec-luatex.sty fontspec-patches.sty fontspec.lua fontspec.cfg $(EXAMPLES)
SOURCE = $(DTX) Makefile README
@@ -110,7 +110,6 @@ define run-install
@mkdir -p $(RUNDIR) && cp $(RUNFILES) $(RUNDIR)
@mkdir -p $(DOCDIR) && cp $(DOCFILES) $(DOCDIR)
@mkdir -p $(SRCDIR) && cp $(SRCFILES) $(SRCDIR)
-@mkdir -p $(SRCDIR)/testsuite/ && cp $(TESTS) $(SRCDIR)/testsuite/
endef
define run-sty-install
@@ -129,12 +128,6 @@ $(TDS_ZIP): $(ALL_FILES)
README: README.markdown
cp $< $@
-# lazy:
-fontspec-testsuite.pdf: $(DTX)
- @echo 'Compiling test suite.'
- $(DO_PDFLATEX)
- xelatex --interaction=nonstopmode fontspec-testsuite.tex $(REDIRECT)
-
.PHONY: install manifest clean mrproper
install: $(ALL_FILES)
@@ -153,7 +146,7 @@ sty-install: $(RUNFILES)
@echo "Installing in '$(TEXMFROOT)'."
$(run-install)
-manifest:
+manifest:
@echo "Source files:"
@for f in $(SOURCE); do echo $$f; done
@echo ""