gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-128-g7e18798
Date: Thu, 24 Feb 2011 16:47:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  7e1879854a887a992e58b7272b1728d4b6653dbe (commit)
      from  4d35f9b63531c7eaa43aa6af3e91241d43f22e97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=7e1879854a887a992e58b7272b1728d4b6653dbe


commit 7e1879854a887a992e58b7272b1728d4b6653dbe
Author: Sandro Santilli <address@hidden>
Date:   Thu Feb 24 17:47:29 2011 +0100

    Rewrite the access to sources part of gnash reference manual

diff --git a/doc/C/refmanual/building.xml b/doc/C/refmanual/building.xml
index 54efd8b..2ab9c2d 100644
--- a/doc/C/refmanual/building.xml
+++ b/doc/C/refmanual/building.xml
@@ -65,21 +65,25 @@
        The latest &app; development sources are available via git.
        Use the following commands to check them out:
        <programlisting>
-       mkdir gnash
-       cd gnash
        git clone git://git.sv.gnu.org/gnash.git
+       cd gnash
        </programlisting>
-       At any time, other temporary development branches may also
-       be available. Replace <emphasis>trunk</emphasis> with the
-       branch name to check these out.
-       You can update your copy from the main 
+       You can then update your copy from the main 
        repository using:
        <programlisting>
-         cd trunk
          git pull
        </programlisting>
       </para>
       <para>
+       At any time, other temporary development branches may also
+       be available. Replace <emphasis>exp</emphasis> with the
+       branch name to check these out.
+       <programlisting>
+         git branch exp origin/exp
+         git checkout exp
+       </programlisting>
+      </para>
+      <para>
        If you only have access to the internet via a web proxy,
        you will find daily source snapshots of the latest CVS tree in
        <ulink type="http"

-----------------------------------------------------------------------

Summary of changes:
 doc/C/refmanual/building.xml |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]