parent
6df6891a07
commit
52acaf23e4
|
@ -1,5 +1,9 @@
|
||||||
2008-10-08 Curtis Gedak <gedakc@gmail.com>
|
2008-10-08 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* autogen.sh,
|
||||||
|
HACKING: Changed text CVS to SVN.
|
||||||
|
- Thanks to Martin Capitanio
|
||||||
|
|
||||||
* README: Added a dependency.
|
* README: Added a dependency.
|
||||||
- Thanks to Martin Capitanio
|
- Thanks to Martin Capitanio
|
||||||
|
|
||||||
|
|
2
HACKING
2
HACKING
|
@ -1,7 +1,7 @@
|
||||||
CVS guidelines for gparted
|
CVS guidelines for gparted
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Please don't commit directly to the CVS unless you have been
|
Please don't commit directly to the SVN unless you have been
|
||||||
given the green light to commit freely to gparted. When in doubt
|
given the green light to commit freely to gparted. When in doubt
|
||||||
assume you haven't ;-).
|
assume you haven't ;-).
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
|
||||||
PKG_NAME="gparted"
|
PKG_NAME="gparted"
|
||||||
|
|
||||||
which gnome-autogen.sh || {
|
which gnome-autogen.sh || {
|
||||||
echo "You need to install gnome-common from the GNOME CVS"
|
echo "You need to install gnome-common from the GNOME SVN"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ GDUMAKE="gnome-doc-utils.make"
|
||||||
GDUMAKEFULLPATH=`locate $GDUMAKE | grep -m 1 "gnome-doc-utils/"`
|
GDUMAKEFULLPATH=`locate $GDUMAKE | grep -m 1 "gnome-doc-utils/"`
|
||||||
if test "x${GDUMAKEFULLPATH}" = "x" ; then
|
if test "x${GDUMAKEFULLPATH}" = "x" ; then
|
||||||
echo "Cannot find file: $GDUMAKE"
|
echo "Cannot find file: $GDUMAKE"
|
||||||
echo "You need to install gnome-doc-utils from the GNOME CVS"
|
echo "You need to install gnome-doc-utils from the GNOME SVN"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# Ensure a copy of gnome-doc-utils.make exists in the top source directory
|
# Ensure a copy of gnome-doc-utils.make exists in the top source directory
|
||||||
|
|
Loading…
Reference in New Issue