diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-12 09:57:42 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-12 09:57:42 +0200 |
commit | 1815ea410db7439b7d0c574cb49bd017776da0fd (patch) | |
tree | 81c99aa66e89c1c59924e93fcd2155f2f74a35c5 /man/Makefile | |
parent | c4c17294ad466328d303f478992f174cdfb44933 (diff) |
Add manpage in asciidoc format
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 0000000..7b00eab --- /dev/null +++ b/man/Makefile @@ -0,0 +1,4 @@ +all: + a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3status.man +clean: + rm -f i3status.xml i3status.1 i3status.html |