From d131d746f97b08693fa9e06985b3a7c73da80c5f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Sep 2005 17:55:10 +0000 Subject: [PATCH] maintenance updates Original commit message from CVS: maintenance updates --- autogen.sh | 10 ++++++---- docs/gst/tmpl/gstplugin.sgml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 3d010b099c..5a988ada3c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,12 +6,14 @@ package=gstreamer srcfile=gst/gst.c # a quick cvs co to ease the transition -if test ! -d common; then - if test -f CVS/Tag; then - # get everything from CVS/Tag from second character on +if test ! -d common; +then + echo "+ getting common/ from cvs" + if test -e CVS/Tag + then TAG="-r `tail -c +2 CVS/Tag`" fi - echo "+ getting common from cvs"; cvs co $TAG common + cvs co $TAG common fi # source helper functions diff --git a/docs/gst/tmpl/gstplugin.sgml b/docs/gst/tmpl/gstplugin.sgml index 5f5f1073c8..4bb4f43720 100644 --- a/docs/gst/tmpl/gstplugin.sgml +++ b/docs/gst/tmpl/gstplugin.sgml @@ -89,7 +89,7 @@ loaded will use this variable to initialize the plugin. @plugin_exit: @version: version of the plugin @license: effective license of plugin -@module: +@source: @package: package plugin belongs to @origin: URL to provider of plugin @_gst_reserved: