diff options
author | Milo Casagrande <milo@ubuntu.com> | 2009-08-15 03:09:26 +0800 |
---|---|---|
committer | Milo Casagrande <milo@ubuntu.com> | 2009-08-15 03:09:26 +0800 |
commit | 7a91c985c8e9b96764e29948de83fb016da9beda (patch) | |
tree | aed87cec63e26c8ae309732642fa01a8c2fca25a /help/Makefile.am | |
parent | 7b2b0bf17f28dffc39de8482989a72c401c6e263 (diff) | |
download | gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.gz gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.bz2 gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.lz gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.xz gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.tar.zst gsoc2013-empathy-7a91c985c8e9b96764e29948de83fb016da9beda.zip |
[help]
irc-nick-password:
* wordings
* added a note
irc-start-conversation:
* added topic for starting a private IRC conversation
irc-send-file:
* added topic for sending files via IRC (it's not possible)
start-conversation:
* added topic describing the Ctrl+N way to start a conversation
prob-conn-neterror:
* reworked the page adding the IRC problem
prob-conn-name:
* reworked the page
prob-conn-acctdisabled:
* reworked the page
audio-video:
* added a note
* added table for supported services/protocols
Makefile.am:
* added new pages
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 2ba171df1..91747b93c 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -26,6 +26,8 @@ DOC_PAGES = \ irc-join-room.page \ irc-manage.page \ irc-nick-password.page \ + irc-sending-file.page \ + irc-start-conversation.page \ offline-contacts.page \ prob-conn-acctdisabled.page \ prob-conn-auth.page \ @@ -38,6 +40,7 @@ DOC_PAGES = \ send-message.page \ set-custom-status.page \ share-desktop.page \ + start-conversation.page \ status-icons.page \ video-call.page |