Adding a manpage
This commit is contained in:
7
i3bar/doc/Makefile
Normal file
7
i3bar/doc/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all: i3bar.1
|
||||
|
||||
i3bar.1: i3bar.man
|
||||
echo "A2X i3bar"
|
||||
a2x -f manpage i3bar.man
|
||||
clean:
|
||||
rm -f i3bar.xml i3bar.1 i3bar.html
|
Reference in New Issue
Block a user