diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/Makefile b/Master/texmf-dist/doc/latex/disser/templates/Makefile index a76401d1a8c..e30dd8b9b24 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/Makefile @@ -1,3 +1,6 @@ +TARGET=disser +DOCDIR?=$(TEXMF)/doc/latex/$(TARGET) + dvi ps ps_2on1 pdf pdf_2on1 html clean epstopdf fixbb srcdist all allpdf: @$(MAKE) -i -C bachelor $@ @$(MAKE) -i -C master $@ @@ -6,3 +9,7 @@ dvi ps ps_2on1 pdf pdf_2on1 html clean epstopdf fixbb srcdist all allpdf: help: @$(MAKE) -C bachelor $@ + +install: + cp -rf ../templates $(DOCDIR) + cp -rf ../include $(DOCDIR)
\ No newline at end of file |