aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-04-22 02:27:12 +0000
committerTom Feist <shabble@metavore.org>2011-04-22 02:27:12 +0000
commitfe6e50a76dba36899782fdda0f97590ee5f02a3c (patch)
treea8ae7406048f00807ba54aecb5dfcd9c0dd08944 /Makefile
parentremoved docs/ from dev branch, since they're all in their own repo (well, wiki) (diff)
parentfeature-tests/key_sig: test to see if there's any useful info in the 'keyboard (diff)
downloadirssi-scripts-fe6e50a76dba36899782fdda0f97590ee5f02a3c.tar.gz
irssi-scripts-fe6e50a76dba36899782fdda0f97590ee5f02a3c.zip
Merge branch 'master' into dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b351d8e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,42 @@
+SCRIPT_DIRS = \
+ history-search \
+ ido-mode \
+ prompt_info \
+ quit-notify \
+ sb-position \
+ scrolled-reminder \
+ tinyurl-tabcomplete \
+ vim-mode
+
+# act_hide \
+# auto-server \
+# colour-popup \
+# feature-tests \
+# joinforward \
+# masshilight \
+# modules \
+# no-key-modes \
+# patches \
+# testing \
+# throttled-autojoin \
+# undo \
+# url_hilight \
+
+SCRIPT_FILES = $(foreach FOO, $(SCRIPT_DIRS), $(wildcard $(FOO)/*.pl))
+
+$GENERATOR = "./readme_generator"
+
+.PHONY: all clean rebuild
+
+all:
+
+ echo making all: $(SCRIPT_DIRS)
+ echo files are: $(SCRIPT_FILES)
+
+rebuild: clean all
+
+clean:
+ -echo cleaning.
+
+README.pod:
+ -echo stuff