summaryrefslogtreecommitdiff
path: root/new-tag
diff options
context:
space:
mode:
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