summaryrefslogtreecommitdiff
path: root/docs/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/Makefile')
-rw-r--r--docs/man/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/man/Makefile b/docs/man/Makefile
deleted file mode 100644
index 0369f59..0000000
--- a/docs/man/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-
-MAN_TARGETS = $(patsubst %.rst,%.1,$(wildcard *.rst))
-
-all: $(MAN_TARGETS)
-
-%.1: %.rst
- rst2man $< > $@
-
-clean:
- rm *.1
-
-.PHONY: all clean