diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/Makefile')
-rw-r--r-- | Master/texmf/doc/man/man1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf/doc/man/man1/Makefile b/Master/texmf/doc/man/man1/Makefile index 7acfca599dd..349595c0157 100644 --- a/Master/texmf/doc/man/man1/Makefile +++ b/Master/texmf/doc/man/man1/Makefile @@ -1,3 +1,4 @@ +# $Id$ # Public domain. Originally written by Manuel Pegourie-Gonnard, 2008. SRC = $(wildcard man1/*.1) @@ -71,6 +72,9 @@ man1/odvitype.man1.pdf: man1/odvitype.1 man1/dvitype.1 man1/pdflatex.man1.pdf: man1/pdflatex.1 man1/pdftex.1 $(MKPDF) +man1/repstopdf.man1.pdf: man1/repstopdf.1 man1/epstopdf.1 + $(MKPDF) + man1/texconfig-sys.man1.pdf: man1/texconfig-sys.1 man1/texconfig.1 $(MKPDF) |