From 788d56ac87017f66b122ea36502e185497f5b6aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 11 Apr 2017 21:15:04 +0000 Subject: minidocument (11apr17) git-svn-id: svn://tug.org/texlive/trunk@43752 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/minidocument/Makefile | 33 +++++++++++++++++++++ Master/texmf-dist/doc/latex/minidocument/README | 24 +++++++++++++++ .../doc/latex/minidocument/minidocument.pdf | Bin 0 -> 187597 bytes 3 files changed, 57 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/minidocument/Makefile create mode 100644 Master/texmf-dist/doc/latex/minidocument/README create mode 100644 Master/texmf-dist/doc/latex/minidocument/minidocument.pdf (limited to 'Master/texmf-dist/doc/latex/minidocument') diff --git a/Master/texmf-dist/doc/latex/minidocument/Makefile b/Master/texmf-dist/doc/latex/minidocument/Makefile new file mode 100644 index 00000000000..7ed82aab4ff --- /dev/null +++ b/Master/texmf-dist/doc/latex/minidocument/Makefile @@ -0,0 +1,33 @@ + +PACKAGE := minidocument + +TEXMFDIST:=$(shell kpsewhich -var-value TEXMFDIST) + +all: sty doc + +sty: $(PACKAGE).sty +$(PACKAGE).sty: $(PACKAGE).dtx $(PACKAGE).ins + pdflatex ${PACKAGE}.ins + +doc: $(PACKAGE).pdf +$(PACKAGE).pdf: $(PACKAGE).dtx + pdflatex ${PACKAGE}.dtx + makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx + makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo + pdflatex ${PACKAGE}.dtx + pdflatex ${PACKAGE}.dtx + +install: $(PACKAGE).dtx $(PACKAGE).ins $(PACKAGE).sty README $(PACKAGE).pdf + install -m 755 -d $(TEXMFDIST)/source/latex/$(PACKAGE) + install -m 644 -t $(TEXMFDIST)/source/latex/$(PACKAGE) $(PACKAGE).dtx + install -m 644 -t $(TEXMFDIST)/source/latex/$(PACKAGE) $(PACKAGE).ins + install -m 755 -d $(TEXMFDIST)/tex/latex/$(PACKAGE) + install -m 644 -t $(TEXMFDIST)/tex/latex/$(PACKAGE) $(PACKAGE).sty + install -m 755 -d $(TEXMFDIST)/doc/latex/$(PACKAGE) + install -m 644 -t $(TEXMFDIST)/doc/latex/$(PACKAGE) README + install -m 644 -t $(TEXMFDIST)/doc/latex/$(PACKAGE) $(PACKAGE).pdf + +dist: $(PACKAGE).tar.gz +$(PACKAGE).tar.gz: Makefile README $(PACKAGE).dtx $(PACKAGE).ins $(PACKAGE).pdf + tar -cjf $@ --transform "s#^#$(PACKAGE)/#" $^ + diff --git a/Master/texmf-dist/doc/latex/minidocument/README b/Master/texmf-dist/doc/latex/minidocument/README new file mode 100644 index 00000000000..00fe2c3b08b --- /dev/null +++ b/Master/texmf-dist/doc/latex/minidocument/README @@ -0,0 +1,24 @@ + +minidocument +------------ + +The minidocument package is used to create miniature documents inside +other documents. + +Copyright 2017 Maurice Leclaire + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.3 of this license or (at your option) any later +version. The latest version of this license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `author-maintained'. + +This work consists of the files minidocument.dtx and minidocument.ins +and the derived file minidocument.sty. + diff --git a/Master/texmf-dist/doc/latex/minidocument/minidocument.pdf b/Master/texmf-dist/doc/latex/minidocument/minidocument.pdf new file mode 100644 index 00000000000..193c5a78e42 Binary files /dev/null and b/Master/texmf-dist/doc/latex/minidocument/minidocument.pdf differ -- cgit v1.2.3