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 | |
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
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | docs/.cvsignore | 2 | ||||
-rw-r--r-- | docs/Makefile.am | 5 | ||||
-rw-r--r-- | docs/help/.cvsignore | 2 | ||||
-rw-r--r-- | docs/help/Makefile.am | 6 | ||||
-rw-r--r-- | docs/help/help | 4 |
7 files changed, 22 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6a3243f4..1a7edfd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.in b/configure.in index e770b2c2..19b91361 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/docs/.cvsignore b/docs/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/docs/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 00000000..7aac3057 --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = \ + FAQ \ + FORMATS + +SUBDIRS = help 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...? |