summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/include
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/include')
-rw-r--r--Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd2
-rw-r--r--Master/texmf-dist/doc/latex/disser/include/latex.mk6
-rw-r--r--Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd3
3 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd b/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd
index 9f860cb49c8..2c8c8fbc282 100644
--- a/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd
+++ b/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd
@@ -44,7 +44,7 @@ exit /b
echo epstoeps alias for optimize target
echo epstopdf convert EPS to PDF
echo fixbb fix BoundingBox of EPS files
- echo help ^(default^) show description of targets
+ echo help show description of targets
echo optimize optimize EPS files ^(implies fixbb^)
echo pdftopng256 convert PDF to PNG ^(256-color^)
echo pdftotiffg4 convert PDF to TIFF ^(b/w CCITT Group 4^)
diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.mk b/Master/texmf-dist/doc/latex/disser/include/latex.mk
index e93fadcc4ab..535828969d4 100644
--- a/Master/texmf-dist/doc/latex/disser/include/latex.mk
+++ b/Master/texmf-dist/doc/latex/disser/include/latex.mk
@@ -43,8 +43,7 @@ clean:
-rm -f $(CLFILES)
.help:
- @$(MAKE) -s -C fig help ;\
- echo " dvi (default) build DVI" ;\
+ @echo " dvi (default) build DVI" ;\
echo " figclean clean output files in figures directory" ;\
echo " html convert DVI to HTML" ;\
echo " pdf build PDF" ;\
@@ -54,7 +53,8 @@ clean:
echo " ps_2on1 build PS with two A5 pages on one A4 ordered by number" ;\
echo " ps_book build PS booklet (two A5 on A4)" ;\
echo " rtf convert DVI to RTF" ;\
- echo " srcdist build source distribution"
+ echo " srcdist build source distribution" ;\
+ $(MAKE) -s -C fig help
html: $(TARGET).dvi
$(L2H) $(L2HFLAGS) $(TARGET).tex
diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
index f5ede11db0b..e3a4ed959fc 100644
--- a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
+++ b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd
@@ -80,10 +80,8 @@ goto :eof
goto :eof
:help
- call ..\..\include\latex.fig.nmk.cmd
echo dvi ^(default^) build DVI
echo figclean clean output files in figures directory
- echo help show description of targets
echo html convert DVI to HTML
echo pdf build PDF
echo pdf_2on1 build PDF with two A5 pages on one A4 ordered by number
@@ -93,6 +91,7 @@ goto :eof
echo ps_book build PS booklet ^(two A5 on A4^)
echo rtf convert DVI to RTF
echo srcdist build source distribution
+ call ..\..\include\latex.fig.nmk.cmd
goto :eof
:html