summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-10-09 00:09:40 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-10-09 00:09:40 +0000
commit2dc8fe979a231549da575be28ef3905cadae45e7 (patch)
tree75a04821811ccdef725580d2822ab79aaccbd2ff /Master/texmf/doc/man/man1/Makefile
parent3e85352e78ed7cf7efc3d7a72bbbea416b82f9a6 (diff)
Renaming pdf versions of manpages from foo.pdf to foo.[15].pdf.
git-svn-id: svn://tug.org/texlive/trunk@15706 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/Makefile')
-rw-r--r--Master/texmf/doc/man/man1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man1/Makefile b/Master/texmf/doc/man/man1/Makefile
index 33faf71f313..40446967b77 100644
--- a/Master/texmf/doc/man/man1/Makefile
+++ b/Master/texmf/doc/man/man1/Makefile
@@ -1,7 +1,7 @@
# Public domain. Originally written by Manuel Pegourie-Gonnard, 2008.
SRC = $(wildcard man1/*.1)
-PDF = $(patsubst %.1, %.pdf, $(SRC))
+PDF = $(patsubst %, %.pdf, $(SRC))
MKPDF = $(GROFF) $(PDFOPTS) $< | $(PSPDF) - $@
@@ -12,7 +12,7 @@ clean:
@echo 'Removing pdf files.'
@rm -f -- $(PDF)
-%.pdf: %.1
+%.pdf: %
$(MKPDF)
# The rules below are generated by the following script (from '../')