diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-16 17:48:37 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-11-16 17:48:37 +0000 |
commit | 9a51aa73a137ac9d32e66e49d583c856b7f622ec (patch) | |
tree | 005683b54bb18f3e11676549550666ec7395806e /Master/texmf/doc/man/man5 | |
parent | 9b5dc1bf7207b065079cc2a35d30f2d81a32af91 (diff) |
Update Makefile's for new names.
git-svn-id: svn://tug.org/texlive/trunk@16029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man5')
-rw-r--r-- | Master/texmf/doc/man/man5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man5/Makefile b/Master/texmf/doc/man/man5/Makefile index 52f6b4753bb..057102e5459 100644 --- a/Master/texmf/doc/man/man5/Makefile +++ b/Master/texmf/doc/man/man5/Makefile @@ -1,7 +1,7 @@ # Public domain. Originally written by Manuel Pegourie-Gonnard, 2008. SRC = $(wildcard man5/*.5) -PDF = $(patsubst %, %.pdf, $(SRC)) +PDF = $(patsubst %.5, %.man5.pdf, $(SRC)) MKPDF = $(GROFF) $(PDFOPTS) $< | $(PSPDF) - $@ @@ -12,6 +12,6 @@ clean: @echo 'Removing pdf files.' @rm -f -- $(PDF) -%.pdf: % +%.man5.pdf: %.5 $(MKPDF) |