summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-11-15 16:50:21 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2021-11-15 16:50:21 +0100
commit11f273b72614459b0b1754ff0d6d8c4f886161ee (patch)
tree551cbfe5cc33a6ffa8244651e96fc6f98b1798fc
parent383870120327f93fcbe1a9bdafb39d5103ace9ee (diff)
Makefile: Add instructions for building a PDF document
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4f981b0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: nonnull.pdf
+
+nonnull.pdf: nonnull.7
+ man -Tps -l - <$< | ps2pdf - - > $@