diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-21 16:48:20 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-21 16:48:20 +0000 |
commit | 81ba5f7014ed8e3a63084a41c34e585f21cbbb8b (patch) | |
tree | 5d7160fb0fd7f89ea368dc656fb16be267d92d21 | |
parent | 25ba9ee4015959fea0c3365f8e27a67793154dba (diff) |
Ooops, forgot to uncomment those lines :/
git-svn-id: svn://tug.org/texlive/trunk@12779 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/doc/man/man1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man1/Makefile b/Master/texmf/doc/man/man1/Makefile index 1a7256f263b..c408fd28543 100644 --- a/Master/texmf/doc/man/man1/Makefile +++ b/Master/texmf/doc/man/man1/Makefile @@ -10,8 +10,8 @@ clean: @echo 'Removing pdf files.' @rm -f -- $(PDF) -#%.pdf: %.1 -# $(MKPDF) +%.pdf: %.1 + $(MKPDF) # The rules below are generated by the following script (from '../') # grep '^.so ' man1/* | \ |