1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@539 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-26 18:12:29 +00:00 committed by cras
parent 3969c61040
commit fb1fa8e0f0
3 changed files with 4 additions and 14 deletions

View File

@ -3,6 +3,8 @@ helpdir = $(datadir)/irssi/help
help_DATA = \
@HELPFILES@
EXTRA_DIST = $(help_DATA)
EXTRA_DIST = \
Makefile.am.gen \
$(help_DATA)
SUBDIRS = in

View File

@ -1,13 +0,0 @@
HELP [<command>]
Shows help on commands. Try:
/HELP command
Also try, for example:
/SET beep
or
/SET auto
See also:

View File

@ -1,2 +1,3 @@
EXTRA_DIST = \
Makefile.am.gen \
@HELPFILES@