aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2019-11-02 20:27:51 +0100
committerTeddy Wing2019-11-02 20:27:51 +0100
commitf0e87f4e91bc60a7ab86dcd9819368082c102b82 (patch)
tree9a5d8be69926f140bb2516fc12acd22d0892c665 /Makefile
parent7395b7f6ebb5b18df8b410c8ded1af094019dd6e (diff)
downloadpdf-urls-f0e87f4e91bc60a7ab86dcd9819368082c102b82.tar.bz2
Add a man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..201e839
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+.PHONY: doc
+doc: doc/pdf-urls.1
+
+doc/pdf-urls.1: doc/pdf-urls.1.txt
+ a2x --no-xmllint --format manpage $<