diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2019-01-23 08:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 08:56:40 +0100 |
commit | a57cdc84e2f38ea99fd464d8b5b6446c769cc545 (patch) | |
tree | 48ba736e56b8212d2c3e47cce83864d798e2fa46 /man/Makefile | |
parent | 7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4 (diff) |
Switch to autotools (#316)
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/Makefile b/man/Makefile deleted file mode 100644 index 1db82a4..0000000 --- a/man/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: i3status.1 - -A2X?=a2x -A2X_FLAGS= - -i3status.1: asciidoc.conf i3status.man - ${A2X} -f manpage --asciidoc-opts="-f asciidoc.conf" ${A2X_FLAGS} i3status.man -clean: - rm -f i3status.xml i3status.1 i3status.html |