From 326dc3d74b506a7fa886b84fcb25a447021e2c69 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 28 Oct 2011 18:22:50 +0100 Subject: Revert "don't create feeds, since they segfault WebCoso" This reverts commit f8125f485e648d0f48cfe1b1e25e5a61de4a7769. --- new-tag | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'new-tag') 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 < "$tag/feed.${lang}.tt" + { + cat < "$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 -- cgit v1.2.3