summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/man/man1/Makefile')
-rw-r--r--Master/texmf/doc/man/man1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/doc/man/man1/Makefile b/Master/texmf/doc/man/man1/Makefile
index c408fd28543..33faf71f313 100644
--- a/Master/texmf/doc/man/man1/Makefile
+++ b/Master/texmf/doc/man/man1/Makefile
@@ -1,3 +1,5 @@
+# Public domain. Originally written by Manuel Pegourie-Gonnard, 2008.
+
SRC = $(wildcard man1/*.1)
PDF = $(patsubst %.1, %.pdf, $(SRC))
@@ -89,4 +91,3 @@ man1/texluac.pdf: man1/texluac.1 man1/luatex.1
man1/updmap-sys.pdf: man1/updmap-sys.1 man1/updmap.1
$(MKPDF)
-