diff options
author | Norbert Preining <preining@logic.at> | 2006-11-06 01:06:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-11-06 01:06:06 +0000 |
commit | 6ebd159ea2e62827f832b12137ec75a322e32ec0 (patch) | |
tree | 317793a8c1f76e8d6dcf3046420392fbd599f4ba /Master/texmf-dist/doc/latex/eskdx/manual/Makefile | |
parent | 3d2caaeddabf9f9bf2b309c6d3ba42e6b5dc71fa (diff) |
Again loads of updates due to a long train ride
updates to: eskdx screenplay syntax (dvi->pdf) swebib substr (dvi->pdf)
stdpage (one new test file) stdclsdv (dvi->pdf) ssqquote sseq
sprite splitbib snapshot (pdf doc) smartref (new doc)
smalltableof (new doc) siggraph sidecap shorttoc (new doc)
sffms script (new doc) scientificpaper (new doc) scale
savefnmark (new doc) sauterfonts (new doc) rtkinenc (new doc)
added to tpm-ctan-check: tableaux syntax swebib svn supertabular substr
subfloat subeqnarray subeqn stdpage stdclsdv stage stack ssqquote
sseq srcltx sprite splitbib splines spie soul snapshot smartref
smalltableof slideshow siggraph sidecap showlabels showdim
shorttoc shadbox sffms seqsplit semaphor script scientificpaper
scalebar scale savetrees savesym savefnmark sauterfonts rtkinenc
most of them license checked in the TeX Catalogue
git-svn-id: svn://tug.org/texlive/trunk@2392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eskdx/manual/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/eskdx/manual/Makefile | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/eskdx/manual/Makefile b/Master/texmf-dist/doc/latex/eskdx/manual/Makefile index 8183ab40f21..327effcd57c 100644 --- a/Master/texmf-dist/doc/latex/eskdx/manual/Makefile +++ b/Master/texmf-dist/doc/latex/eskdx/manual/Makefile @@ -6,6 +6,10 @@ DIST_FILES = \ eskdx.pdf \ eskdx.tex.in \ example.tex \ + img-form1.svg \ + img-form2.svg \ + img-form2a.svg \ + img-title.svg \ Makefile include $(TOP_DIR)/include.mak @@ -15,7 +19,8 @@ all: eskdx.pdf eskdx.tex: eskdx.tex.in $(M4DEPS) m4 $(M4FLAGS) $< >$@ -eskdx.pdf: example.tex +eskdx.pdf: example.tex \ + img-title.pdf img-form1.pdf img-form2.pdf img-form2a.pdf html.tex: eskdx.tex.in $(M4DEPS) m4 $(M4FLAGS) -Dm4_HTML $< >$@ @@ -23,12 +28,22 @@ html.tex: eskdx.tex.in $(M4DEPS) html.aux: html.tex latex $< -html: html.tex html.aux example.tex +html: html.tex html.aux example.tex \ + img-title.eps img-form1.eps img-form2.eps img-form2a.eps latex2html -init_file latex2html-init -iso_language RU $< +%.eps: %.svg + inkscape --without-gui --export-text-to-path \ + --export-eps=$@ $< + +%.pdf: %.svg + inkscape --without-gui --export-text-to-path \ + --export-pdf=$@ $< + clean: rm -f {eskdx,html}.{aux,out,log,toc} rm -f html.{tex,dvi} WARNINGS rm -rf html + rm -f img-{form1,form2,form2a,title}.{eps,pdf} .PHONY: html |