summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Dywan <christian.dywan@canonical.com>2013-05-28 22:52:23 +0200
committerChristian Dywan <christian.dywan@canonical.com>2013-05-28 22:52:23 +0200
commit93ce02c63a4b4a4260a1f669b2df3882bc6ff966 (patch)
tree7f0c67d6f302abf10373de249e18f45ce6c773f1 /tools
parentd5da92d1ee2b078821381fcc114226a444756a5a (diff)
downloadmidori-93ce02c63a4b4a4260a1f669b2df3882bc6ff966.tar.gz
Replace INSTALL/ HACKING with exported Contribute wiki page
To be updated as part of the release process like the FAQ
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release b/tools/release
index 27176806..7b09f5c4 100755
--- a/tools/release
+++ b/tools/release
@@ -16,6 +16,7 @@ if [ "x$1" = "xbefore" ]; then
OLDVER=0.5.1
sed -i "s@$OLDVER@$NEWVER@g" wscript win32/makedist/midori.nsi
echo; echo v$NEWVER:; bzr log --line -rtag:$OLDVER.. | sed -r 's@.+2013-[0-9]+-[0-9]+ @@' | grep -v l10n | grep -v makedist | grep -v tools/release | grep -v nsi | grep -v -E 'Update .+ translation'; echo
+ curl http://wiki.xfce.org/_export/raw/midori/contribute > HACKING
curl http://wiki.xfce.org/_export/xhtml/midori/faq | \
sed 's@This is a list of frequently asked questions@This is <a href="http://wiki.xfce.org/midori/faq">a snapshot of the online FAQ</a>@g' | \
sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html