summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/man/Makefile')
-rw-r--r--Master/texmf-dist/doc/man/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/Makefile b/Master/texmf-dist/doc/man/Makefile
index ed1784f35e7..f71b84075ec 100644
--- a/Master/texmf-dist/doc/man/Makefile
+++ b/Master/texmf-dist/doc/man/Makefile
@@ -22,4 +22,5 @@ so_pattern = ^\(.*\)\.1:\.so \(.*\)\.1$$
so_replace = \1.man1.pdf: \1.1 \2.1\n\t$$(MKPDF)\n
so.rules:
@grep '^\.so ' man1/* \
+ | grep -v memoize \
| sed -e 's/$(so_pattern)/$(so_replace)/'