]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
scripts: move gst-uninstalled from docs/faq to scripts
authorStefan Kost <ensonic@users.sf.net>
Wed, 13 Jan 2010 08:31:26 +0000 (10:31 +0200)
committerStefan Kost <ensonic@users.sf.net>
Wed, 13 Jan 2010 08:31:26 +0000 (10:31 +0200)
Don't include the long gst-uninstalled script in verbatim in the faq anymore
(there is a link to cgit). Dist the script under its new location.

Makefile.am
README
docs/faq/Makefile.am
docs/faq/developing.xml
docs/faq/faq.xml
scripts/gst-uninstalled [moved from docs/faq/gst-uninstalled with 98% similarity]

index a94e4568a2eb7aeff9c8ab9118f062e41f6aa2b4..7bfb7e815e2e26ca23b211e7ff486bbf0670ee0c 100644 (file)
@@ -33,6 +33,7 @@ EXTRA_DIST = \
        gst-element-check.m4.in \
        configure.ac autogen.sh depcomp \
        MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
+       scripts/gst-uninstalled \
        $(win32)
 
 CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
diff --git a/README b/README
index 908386dbcaf43e5a8457bd6b57bc85b8d308d8bb..425a66d92374298707020c94396287f045bf9855 100644 (file)
--- a/README
+++ b/README
@@ -220,7 +220,7 @@ After the autogen.sh stage, you can follow the directions listed in
 "COMPILING FROM SOURCE"
 
 You can also run your whole cvs stack uninstalled.  The script in
-the gstreamer module /docs/faq/gst-uninstalled) is helpful in setting
+the gstreamer module /scripts/gst-uninstalled) is helpful in setting
 up your environment for this.
 
 PLUG-IN DEPENDENCIES AND LICENSES
index bb8edaaaa69a6548d6d71a02ecd8e35a3af65938..d20b379483253b3cd4bc10d84e071ef6756b77d4 100644 (file)
@@ -17,7 +17,7 @@ PNG_SRC =
 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
 
 # extra sources to copy in build directory
-EXTRA_SRC = gst-uninstalled
+EXTRA_SRC = 
 
 ### this is the generic bit and you shouln't need to change this
 
index 81b4c8f9e6f0130f133fe54645da9e29a693c9c6..281ebb5548396ccd1f3bf370582c8c22854dfa2a 100644 (file)
@@ -45,12 +45,9 @@ or integrate with autoconf using the pkg.m4 macro (providing PKG_CONFIG_CHECK).
         <para>
 It is possible to develop and compile against an uninstalled copy of
 gstreamer and gst-plugins-* (for example, against gits checkouts).
-The easiest way to do this is to use a bash script like this (also:
-<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/faq/gst-uninstalled">lastest version of gst-uninstalled</ulink>):
+The easiest way to do this is to use a bash script like  this:
+<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/faq/gst-uninstalled">lastest version of gst-uninstalled</ulink>.
 
-<programlisting>
-&gst-uninstalled;
-</programlisting>
 If you put this script in your path, and symlink it to gst-git (if you want
 to develop against git master) or to gst-released (if you want to develop
 against the lastest release of each module), it will automatically use the
index 3c4b3fc25a645bacea7191f24005969c9d673d7a..23cec68570da53d3c83bb0bc3463dabbb54e27d6 100644 (file)
@@ -7,8 +7,6 @@
 <!ENTITY % version-entities SYSTEM "version.entities">
 %version-entities;
 
-<!ENTITY gst-uninstalled SYSTEM "gst-uninstalled">
-
 <!ENTITY START SYSTEM "start.xml">
 <!ENTITY GENERAL SYSTEM "general.xml">
 <!ENTITY DEPENDENCIES SYSTEM "dependencies.xml">
similarity index 98%
rename from docs/faq/gst-uninstalled
rename to scripts/gst-uninstalled
index 34777729f4725883d3f135d394a72aa6cf27294e..3766113251cf4000c7a0762667b97f9f31fd96a5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash -i
 #
-# this script is in git as gstreamer/docs/faq/gst-uninstalled
+# this script is in git as gstreamer/scripts/gst-uninstalled
 #
 # It will set up the environment to use and develop gstreamer and projects
 # that use gstreamer with an uninstalled git checkout of gstreamer and the