Artifact 2d105e6f530eb5e36b89d57befaa58b1907366a2:
- Executable file build/update-wiki — part of check-in [f901bb8bfd] at 2020-03-31 18:50:16 on branch trunk — Ensure wiki update happens on the correct directory (user: rkeene, size: 410) [annotate] [blame] [check-ins using]
#! /bin/bash sourcedir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" ( echo '<H2>NAME</H2>' man2html -H linux.die.net -M /man -p "${sourcedir}/filed.1" | \ sed '0,/<H2>NAME<\/H2>/ d;/<H2>Index<\/H2>/,$ d;s@<A HREF="../index.html">Return to Main Contents</A>@@;s@\[@\[@g;s@\]@\]@g' | \ sed '$ d;/^ *$/ d' | \ sed 's@\(http://linux.die.net/man/[^+]*\)+@\1/@' ) | fossil wiki commit Manual