diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-05-02 16:47:34 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-05-02 16:47:34 +0200 |
commit | 81e09053db4f18f2ac1c0db1679979168de599e0 (patch) | |
tree | bbe892d53b5475bf9716b0f60b570447ff3bea23 /Makefile | |
parent | 3784bbb8ce7735691644ab1c0f2c29641d5c9003 (diff) | |
download | xtools-81e09053db4f18f2ac1c0db1679979168de599e0.tar.gz xtools-81e09053db4f18f2ac1c0db1679979168de599e0.tar.xz xtools-81e09053db4f18f2ac1c0db1679979168de599e0.zip |
Makefile: generate README from manpage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index d9381f5..4cc3477 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,5 @@ install: for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done install -Dm644 _xtools $(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_xtools +README: xtools.1 + mandoc -Tutf8 $< | col -bx >$@ |