Skip to content
Snippets Groups Projects
Commit 6324ee6e authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'revert-66597e4e' into 'master'

Revert "[Distrib] Fix event titles"

See merge request frama-c/frama-c!3294
parents 5eefe617 d5b309bd
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,7 @@ function add_event_page { ...@@ -299,7 +299,7 @@ function add_event_page {
echo >> $EVENT_WEBPAGE_PATH echo >> $EVENT_WEBPAGE_PATH
echo "Main changes with respect to $TEXTUAL_PREVIOUS include:" >> $EVENT_WEBPAGE_PATH echo "Main changes with respect to $TEXTUAL_PREVIOUS include:" >> $EVENT_WEBPAGE_PATH
echo >> $EVENT_WEBPAGE_PATH echo >> $EVENT_WEBPAGE_PATH
sed 's/\(\#.*\)/#\1/' $CHANGES >> $EVENT_WEBPAGE_PATH sed 's/\(\#.*\)/###\1/' $CHANGES >> $EVENT_WEBPAGE_PATH
run "git -C $WEBSITE_DIR add $EVENT_WEBPAGE" run "git -C $WEBSITE_DIR add $EVENT_WEBPAGE"
} }
......
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