mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02: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:
parent
262238c9bc
commit
673bd9d7d5
7 changed files with 22 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if BUILD_SERVERTEST
|
||||||
SERVERTEST=servertest
|
SERVERTEST=servertest
|
||||||
endif
|
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
|
## to automatically rebuild aclocal.m4 if any of the macros in
|
||||||
## `macros/' change
|
## `macros/' change
|
||||||
|
|
|
||||||
|
|
@ -355,6 +355,8 @@ src/lib-nongui/Makefile
|
||||||
src/lib-popt/Makefile
|
src/lib-popt/Makefile
|
||||||
src/settings/Makefile
|
src/settings/Makefile
|
||||||
servertest/Makefile
|
servertest/Makefile
|
||||||
|
docs/Makefile
|
||||||
|
docs/help/Makefile
|
||||||
plugins/Makefile
|
plugins/Makefile
|
||||||
plugins/sample/Makefile
|
plugins/sample/Makefile
|
||||||
plugins/speech/Makefile
|
plugins/speech/Makefile
|
||||||
|
|
|
||||||
2
docs/.cvsignore
Normal file
2
docs/.cvsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
5
docs/Makefile.am
Normal file
5
docs/Makefile.am
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
FAQ \
|
||||||
|
FORMATS
|
||||||
|
|
||||||
|
SUBDIRS = help
|
||||||
2
docs/help/.cvsignore
Normal file
2
docs/help/.cvsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
6
docs/help/Makefile.am
Normal file
6
docs/help/Makefile.am
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
helpdir = $(datadir)/irssi/help
|
||||||
|
|
||||||
|
help_DATA = \
|
||||||
|
help
|
||||||
|
|
||||||
|
EXTRA_DIST = $(help_DATA)
|
||||||
4
docs/help/help
Normal file
4
docs/help/help
Normal 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...?
|
||||||
Loading…
Add table
Add a link
Reference in a new issue