diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-30 15:56:53 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-30 15:56:53 +0000 |
commit | 673bd9d7d5ec5abec31aacd0ff8297b42a3b2076 (patch) | |
tree | 846354a08a394b26dd22f6efb7a292f170771b3c /docs/help | |
parent | 262238c9bcead8db0dcfa667560ed4196cff9586 (diff) | |
download | irssi-673bd9d7d5ec5abec31aacd0ff8297b42a3b2076.zip |
docs/help - online helps for /HELP. Anyone care to write them? :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@69 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/.cvsignore | 2 | ||||
-rw-r--r-- | docs/help/Makefile.am | 6 | ||||
-rw-r--r-- | docs/help/help | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/help/.cvsignore b/docs/help/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/docs/help/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/docs/help/Makefile.am b/docs/help/Makefile.am new file mode 100644 index 00000000..67bb8bbb --- /dev/null +++ b/docs/help/Makefile.am @@ -0,0 +1,6 @@ +helpdir = $(datadir)/irssi/help + +help_DATA = \ + help + +EXTRA_DIST = $(help_DATA) diff --git a/docs/help/help b/docs/help/help new file mode 100644 index 00000000..31297c74 --- /dev/null +++ b/docs/help/help @@ -0,0 +1,4 @@ +Sample help file. Here work the standard text formats, +like %_bolds%_ and %Rcolors%n. So, only thing we need now +is the actual helps, anyone care to write them? :) Epic has +pretty good, maybe we could use them...? |