mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
14 lines
239 B
Makefile
14 lines
239 B
Makefile
ROOT=../..
|
|
include $(ROOT)/mk/hdr.mk
|
|
include $(ROOT)/mk/wmii.mk
|
|
|
|
DOCS = README \
|
|
HISTORY \
|
|
LICENSE
|
|
EXECS = wmiirc
|
|
TEXT = config.rb \
|
|
config.yaml
|
|
|
|
DIR = $(ETC)/wmii$(CONFVERSION)/ruby
|
|
DOCDIR = $(DOC)/alternative_wmiircs/ruby
|