1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
This commit is contained in:
Timo Sirainen 1999-10-30 15:56:53 +00:00 committed by cras
parent 262238c9bc
commit 673bd9d7d5
7 changed files with 22 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if BUILD_SERVERTEST
SERVERTEST=servertest
endif
SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST)
SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST) docs
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change

View File

@ -355,6 +355,8 @@ src/lib-nongui/Makefile
src/lib-popt/Makefile
src/settings/Makefile
servertest/Makefile
docs/Makefile
docs/help/Makefile
plugins/Makefile
plugins/sample/Makefile
plugins/speech/Makefile

2
docs/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

5
docs/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
EXTRA_DIST = \
FAQ \
FORMATS
SUBDIRS = help

2
docs/help/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

6
docs/help/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
helpdir = $(datadir)/irssi/help
help_DATA = \
help
EXTRA_DIST = $(help_DATA)

4
docs/help/help Normal file
View File

@ -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...?