summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/reledmac/makefile')
-rw-r--r--macros/latex/contrib/reledmac/makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/macros/latex/contrib/reledmac/makefile b/macros/latex/contrib/reledmac/makefile
index 87f38bb0e7..50505a544d 100644
--- a/macros/latex/contrib/reledmac/makefile
+++ b/macros/latex/contrib/reledmac/makefile
@@ -3,7 +3,7 @@ PACKAGE = *.dtx \
reledmac.pdf \
reledpar.pdf \
migration.pdf \
- README \
+ README.md \
makefile \
latexmkrc \
@@ -12,7 +12,7 @@ PACKAGE = *.dtx \
.PHONY: all dist clean doc test
-all: test reledmac.sty reledpar.sty reledmac.pdf reledpar.pdf migration.pdf dist
+all: reledmac.sty reledpar.sty reledmac.pdf reledpar.pdf migration.pdf dist
doc: *.pdf
@@ -24,9 +24,6 @@ migration.pdf: migration.dtx
pdflatex $<
pdflatex $<
-README: README.md
- pandoc README.md -o README
-
%.sty: %.ins %.dtx
rm -f $*.sty
@pdflatex $*.ins