summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/euenc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/euenc/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/euenc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/euenc/Makefile b/Master/texmf-dist/source/latex/euenc/Makefile
index d0b4f8dfcf8..267afb115f6 100644
--- a/Master/texmf-dist/source/latex/euenc/Makefile
+++ b/Master/texmf-dist/source/latex/euenc/Makefile
@@ -8,13 +8,13 @@ DTX = $(NAME).dtx
FDFILES = eu1lmdh.fd eu1lmr.fd eu1lmss.fd eu1lmssq.fd eu1lmtt.fd eu1lmvtt.fd\
eu2lmdh.fd eu2lmr.fd eu2lmss.fd eu2lmssq.fd eu2lmtt.fd eu2lmvtt.fd eu1enc.def eu2enc.def
COMPILED = $(DOC)
-UNPACKED = test-euxlm.ltx
+UNPACKED = test-euxlm.ltx euxunicode.sty
GENERATED = $(COMPILED) $(UNPACKED) $(FDFILES)
SOURCE = $(DTX) README Makefile
# Files grouped by installation location
-RUNFILES = $(FDFILES)
-DOCFILES = $(DOC) README $(UNPACKED)
+RUNFILES = $(FDFILES) euxunicode.sty
+DOCFILES = $(DOC) README test-euxlm.ltx
SRCFILES = $(DTX) Makefile
# The following definitions should be equivalent
@@ -84,7 +84,7 @@ manifest:
@for f in $(GENERATED); do echo $$f; done
clean:
- @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg
+ @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out *.glo *.ins
mrproper: clean
@$(RM) -- $(GENERATED) $(ZIPS)