aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-02-05 20:01:31 +0000
committerJörg Mayer <jmayer@loplof.de>2007-02-05 20:01:31 +0000
commit6d13741e14da9110f1611132b35ae270cc8ca43f (patch)
treee17ce0dd3003ae858dfba04f54c9acf063f06d37
parent7f44084042a8f1ac8031c68214f7e84420f40a95 (diff)
Don't read and write to a file at the same time
svn path=/trunk/; revision=20721
-rw-r--r--docbook/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index e6c5c7d9ab..e405f5b31f 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -19,7 +19,7 @@ FOP=fop-0.20.5/fop.sh
#
# One SUSE 9.1 and newer uncomment the following line (make sure you have
# at least fop-0.20.5-71.2)
-#FOP=fop
+FOP=fop
# html to text converter for text version of release notes, e.g. elinks.
# This could also be "lynx", or "true" if neither elinks nor lynx is installed
@@ -62,8 +62,7 @@ clean:
FORCE:
svn_version_check: FORCE
- cat check_svn_version.sh | tr -d '\015' > check_svn_version.sh
- @ ./check_svn_version.sh
+ cat check_svn_version.sh | tr -d '\015' | /bin/bash
svn_version.xml: svn_version_check