Skip to content
Snippets Groups Projects
Commit ebf1c6b3 authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

add prefix to preproc_topics

parent d84b0e1a
No related branches found
No related tags found
3 merge requests!84Draft: Resolve "create tests for new commandline arguments",!83Draft: Resolve "deliver css and javascript to www3",!77Resolve "tuhh-deployment"
......@@ -45,6 +45,7 @@ else
RESEARCH_TOPICS="$2"
RESEARCH_STAFF="$3"
RESEARCH_WG="$4"
TOPIC_PREFIX="forschung/topics/"
RESEARCH_TUHH="TUHH"
fi
......@@ -79,7 +80,7 @@ do
cp -f $f $RESEARCH_BUILD/$filename
#extract title of topic
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename`
title=`$RESEARCH_ROOT/bin/extract_title.sh $RESEARCH_BUILD/$filename $TOPIC_PREFIX`
echo "Preprocessing topic $title"
# append research topic to index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment