summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/disser/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/disser/Makefile b/Master/texmf-dist/source/latex/disser/Makefile
new file mode 100644
index 00000000000..2932ead94ab
--- /dev/null
+++ b/Master/texmf-dist/source/latex/disser/Makefile
@@ -0,0 +1,19 @@
+TARGET=disser
+TEXMF=/usr/share/texmf
+DESTDIR=$(TEXMF)/tex/latex/disser
+INSTFILES=$(TARGET).cls *.rtx
+CLEANFILES=$(INSTFILES) *.log *.out *.aux *.dvi *.idx *.glo *.toc *.bak
+
+$(TARGET).cls: $(TARGET).ins
+ latex $<
+
+install: $(TARGET).cls
+ mkdir -p $(DESTDIR)
+ cp $(INSTFILES) $(DESTDIR)
+
+doc: $(TARGET).dtx
+ latex $<
+ latex -src-specials $<
+
+clean:
+ rm -f $(CLEANFILES)