summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elbioimp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/elbioimp/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/elbioimp/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elbioimp/Makefile b/Master/texmf-dist/doc/latex/elbioimp/Makefile
new file mode 100644
index 00000000000..aef127bf066
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/elbioimp/Makefile
@@ -0,0 +1,25 @@
+PACKAGE = elbioimp
+
+$(PACKAGE).cls: $(PACKAGE).ins $(PACKAGE).dtx
+ tex $(PACKAGE).ins
+
+$(PACKAGE).pdf: $(PACKAGE).cls
+ pdflatex $(PACKAGE).dtx
+ bibtex $(PACKAGE)
+ makeindex -s gglo.ist -o elbioimp.gls elbioimp.glo
+ makeindex -s gind.ist -o elbioimp.ind elbioimp.idx
+ pdflatex $(PACKAGE).dtx
+
+test1.pdf: test1.tex $(PACKAGE).cls
+ pdflatex test1.tex
+ bibtex test1
+ pdflatex test1.tex
+ pdflatex test1.tex
+
+distr: $(PACKAGE).pdf test1.pdf
+ zip elbioimp README Makefile $(PACKAGE).dtx $(PACKAGE).ins \
+ $(PACKAGE).cls $(PACKAGE).pdf test1.tex test-bib.bib \
+ test-ill.png $(PACKAGE)-basis.tex
+
+clean:
+ rm -f *.aux *.bbl *.blg *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~