diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-01 10:06:22 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-01 11:29:02 +0000 |
commit | 7043e2a80d63c230f9f832bcc08af2f0a3bf3896 (patch) | |
tree | 2136a04500e05b1a1ab527b9b4daf86c412382c5 /doc | |
parent | 85bb52b9edfef4d1536b1282affdf7c617bb31c7 (diff) |
Renaming telepathy-farsight to telepathy-farstream
We've wanted to renaming farsight to farstream for a while now.
Implementing Call breaks tp-farsight API/ABI, so this seems like a good
time to do the renaming. Farsight itself should follow in the next few
weeks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 24 | ||||
-rw-r--r-- | doc/lib/telepathy-farstream-docs.sgml (renamed from doc/lib/telepathy-farsight-docs.sgml) | 6 | ||||
-rw-r--r-- | doc/lib/telepathy-farstream-sections.txt (renamed from doc/lib/telepathy-farsight-sections.txt) | 0 | ||||
-rw-r--r-- | doc/lib/telepathy-farstream.types (renamed from doc/lib/telepathy-farsight.types) | 0 |
4 files changed, 15 insertions, 15 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 8222454..9bb6225 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -6,7 +6,7 @@ abs_top_builddir = @abs_top_builddir@ AUTOMAKE_OPTIONS = 1.6 # The name of the module, e.g. 'glib'. -DOC_MODULE=telepathy-farsight +DOC_MODULE=telepathy-farstream # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml @@ -15,7 +15,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../telepathy-farsight +DOC_SOURCE_DIR=../../telepathy-farstream # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= @@ -39,8 +39,8 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.h $(top_srcdir)/telepathy-farsight/content.h -CFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.c $(top_srcdir)/telepathy-farsight/content.c +HFILE_GLOB=$(top_srcdir)/telepathy-farstream/channel.h $(top_srcdir)/telepathy-farstream/content.h +CFILE_GLOB=$(top_srcdir)/telepathy-farstream/channel.c $(top_srcdir)/telepathy-farstream/content.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h @@ -81,7 +81,7 @@ GTKDOC_LIBS= \ $(GST_INTERFACES_LIBS) \ $(TELEPATHY_LIBS) \ $(FARSIGHT2_LIBS) \ - $(top_builddir)/telepathy-farsight/libtelepathy-farsight.la + $(top_builddir)/telepathy-farstream/libtelepathy-farstream.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make @@ -89,16 +89,16 @@ include $(top_srcdir)/gtk-doc.make if ENABLE_GTK_DOC check-local: @if grep '^0 symbols incomplete' \ - $(srcdir)/telepathy-farsight-undocumented.txt; then\ + $(srcdir)/telepathy-farstream-undocumented.txt; then\ :; else \ - cat $(srcdir)/telepathy-farsight-undocumented.txt; exit 1; fi + cat $(srcdir)/telepathy-farstream-undocumented.txt; exit 1; fi @if grep '^0 not documented' \ - $(srcdir)/telepathy-farsight-undocumented.txt; then\ + $(srcdir)/telepathy-farstream-undocumented.txt; then\ :; else \ - cat $(srcdir)/telepathy-farsight-undocumented.txt; exit 1; fi - @if grep . $(srcdir)/telepathy-farsight-unused.txt; then\ + cat $(srcdir)/telepathy-farstream-undocumented.txt; exit 1; fi + @if grep . $(srcdir)/telepathy-farstream-unused.txt; then\ echo "^^^ Unused symbols" >&2; exit 1; fi - @if test -e $(srcdir)/telepathy-farsight-undeclared.txt &&\ - grep . $(srcdir)/telepathy-farsight-undeclared.txt; then\ + @if test -e $(srcdir)/telepathy-farstream-undeclared.txt &&\ + grep . $(srcdir)/telepathy-farstream-undeclared.txt; then\ echo "^^^ Undeclared symbols" >&2; exit 1; fi endif diff --git a/doc/lib/telepathy-farsight-docs.sgml b/doc/lib/telepathy-farstream-docs.sgml index 2c3825f..11bd795 100644 --- a/doc/lib/telepathy-farsight-docs.sgml +++ b/doc/lib/telepathy-farstream-docs.sgml @@ -3,15 +3,15 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> - <title>telepathy-farsight Reference Manual</title> + <title>telepathy-farstream Reference Manual</title> <releaseinfo> The latest version of this documentation can be found on-line at - <ulink role="online-location" url="http://telepathy.freedesktop.org/doc/telepathy-farsight/">http://telepathy.freedesktop.org/telepathy-farsight/</ulink>. + <ulink role="online-location" url="http://telepathy.freedesktop.org/doc/telepathy-farstream/">http://telepathy.freedesktop.org/telepathy-farstream/</ulink>. </releaseinfo> </bookinfo> <chapter> - <title>Telepathy Farsight Helper Classes</title> + <title>Telepathy Farstream Helper Classes</title> <xi:include href="xml/channel.xml"/> <xi:include href="xml/content.xml"/> </chapter> diff --git a/doc/lib/telepathy-farsight-sections.txt b/doc/lib/telepathy-farstream-sections.txt index 19c38b8..19c38b8 100644 --- a/doc/lib/telepathy-farsight-sections.txt +++ b/doc/lib/telepathy-farstream-sections.txt diff --git a/doc/lib/telepathy-farsight.types b/doc/lib/telepathy-farstream.types index a2e28ba..a2e28ba 100644 --- a/doc/lib/telepathy-farsight.types +++ b/doc/lib/telepathy-farstream.types |