summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-26 18:12:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-26 18:12:29 +0000
commitfb1fa8e0f0f11262d1d2d1089ac2d289ad85bfa9 (patch)
treebf6edacfaab1205fb5023c2b63b2ff8129a29f4b /docs
parent3969c6104009741663e6141178a5b067d95ffb7b (diff)
downloadirssi-fb1fa8e0f0f11262d1d2d1089ac2d289ad85bfa9.zip
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@539 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r--docs/help/Makefile.am.gen4
-rw-r--r--docs/help/help13
-rw-r--r--docs/help/in/Makefile.am.gen1
3 files changed, 4 insertions, 14 deletions
diff --git a/docs/help/Makefile.am.gen b/docs/help/Makefile.am.gen
index 93aeff19..41d5bbe0 100644
--- a/docs/help/Makefile.am.gen
+++ b/docs/help/Makefile.am.gen
@@ -3,6 +3,8 @@ helpdir = $(datadir)/irssi/help
help_DATA = \
@HELPFILES@
-EXTRA_DIST = $(help_DATA)
+EXTRA_DIST = \
+ Makefile.am.gen \
+ $(help_DATA)
SUBDIRS = in
diff --git a/docs/help/help b/docs/help/help
deleted file mode 100644
index 1ec6123b..00000000
--- a/docs/help/help
+++ /dev/null
@@ -1,13 +0,0 @@
-
-HELP [<command>]
-
-Shows help on commands. Try:
- /HELP command
-
-Also try, for example:
- /SET beep
-or
- /SET auto
-
-See also:
-
diff --git a/docs/help/in/Makefile.am.gen b/docs/help/in/Makefile.am.gen
index 87be2026..4bdc64ea 100644
--- a/docs/help/in/Makefile.am.gen
+++ b/docs/help/in/Makefile.am.gen
@@ -1,2 +1,3 @@
EXTRA_DIST = \
+ Makefile.am.gen \
@HELPFILES@