mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Add doc/Makefile
This commit is contained in:
parent
0c4e480e44
commit
86e5151f77
13
doc/Makefile
Normal file
13
doc/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
ROOT=..
|
||||
include $(ROOT)/mk/hdr.mk
|
||||
include $(ROOT)/mk/wmii.mk
|
||||
|
||||
TARG = wmii.pdf
|
||||
|
||||
all: $(TARG)
|
||||
|
||||
install: $(TARG:.pdf=.install)
|
||||
uninstall: $(TARG:.pdf=.uninstall)
|
||||
|
||||
clean:; true
|
||||
|
Loading…
Reference in New Issue
Block a user