summaryrefslogtreecommitdiff
path: root/new-tag
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-10-28 18:22:50 +0100
committerdakkar <dakkar@thenautilus.net>2011-10-28 18:22:50 +0100
commit326dc3d74b506a7fa886b84fcb25a447021e2c69 (patch)
tree86fe94b2ff2517d1f72d3b5ea0f54743736ae8d3 /new-tag
parentRevert "togliamo i feed, fanno segfault" (diff)
downloadthenautilus-326dc3d74b506a7fa886b84fcb25a447021e2c69.tar.gz
thenautilus-326dc3d74b506a7fa886b84fcb25a447021e2c69.tar.bz2
thenautilus-326dc3d74b506a7fa886b84fcb25a447021e2c69.zip
Revert "don't create feeds, since they segfault WebCoso"
This reverts commit f8125f485e648d0f48cfe1b1e25e5a61de4a7769.
Diffstat (limited to 'new-tag')
-rwxr-xr-xnew-tag13
1 files changed, 6 insertions, 7 deletions
diff --git a/new-tag b/new-tag
index 55d256e..9358e61 100755
--- a/new-tag
+++ b/new-tag
@@ -42,14 +42,13 @@ EOF
} > "$tag/document.${lang}.rest.tt"
echo "/document.${lang}.rest.txt" >> "${tag}/.gitignore"
echo "/document.${lang}.du.xml" >> "${tag}/.gitignore"
-# {
-# cat <<EOF
-#[% INCLUDE 'base-feed.tt' %]
-#EOF
-# } > "$tag/feed.${lang}.tt"
+ {
+ cat <<EOF
+[% INCLUDE 'base-feed.tt' %]
+EOF
+ } > "$tag/feed.${lang}.tt"
done
-# for f in document-listing.tt du2html.xsl fillFeed.xsl base-feed.tt; do
- for f in document-listing.tt du2html.xsl; do
+ for f in document-listing.tt du2html.xsl fillFeed.xsl base-feed.tt; do
ln -s "${tag//+([^\/])/../..}"/../templates/"$f" "$tag/"
done
fi