summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/Makefile b/Master/texmf-dist/doc/latex/disser/templates/Makefile
index 26d6545a84f..61f1434bfff 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/Makefile
@@ -23,11 +23,10 @@ help:
install:
cp -rf ../templates $(DOCDIR) ;\
+ cp -rf ../templates-utf8 $(DOCDIR) ;\
cp -rf ../include $(DOCDIR)
uninstall:
- -rm -rf $(DOCDIR)/templates
- -rm -rf $(DOCDIR)/include
- -rmdir $(DOCDIR)
+ -rm -rf $(DOCDIR)
reinstall: uninstall install