summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnew-tag13
1 files changed, 7 insertions, 6 deletions
diff --git a/new-tag b/new-tag
index 6b999a8..3cc49c7 100755
--- a/new-tag
+++ b/new-tag
@@ -40,13 +40,14 @@ ${tag//?/=}
[% PROCESS 'document-listing.tt' %]
EOF
} > "$tag/document.${lang}.rest.tt"
- {
- 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 fillFeed.xsl base-feed.tt; do
+ for f in document-listing.tt du2html.xsl; do
ln -s "${tag//+([^\/])/../..}"/../templates/"$f" "$tag/"
done
fi