commit 86e5151f775c8184f2cbc15080b833c1fff52a8e parent 0c4e480e446d30dee242f262812fa64b9d3f339e Author: Kris Maglione <jg@suckless.org> Date: Tue, 29 Sep 2009 15:47:27 -0400 Add doc/Makefile Diffstat:
| doc/Makefile | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile @@ -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 +