Skip to content

Commit

Permalink
remove pre-git/post-git from the nixpkgs manual
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 24, 2020
1 parent 22a9cd6 commit 807aeb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrapify-docbook.sh
Expand Up @@ -44,4 +44,8 @@ mv "$outDirTmp" "$outDir"

if [ -e "$outDir/manual.html" ]; then
mv "$outDir/manual.html" "$outDir/index.html"
sed -i -z \
-e 's|pre-git\n <\/h2>|<\/h2>|g' \
-e 's|post-git\n <\/h2>|<\/h2>|g' \
"$outDir/index.html"
fi

0 comments on commit 807aeb1

Please sign in to comment.