mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
exec gendoc outside of script
This commit is contained in:
parent
e041033048
commit
ca3a9e3562
|
|
@ -35,8 +35,6 @@ if [ ! -f $FOOTER ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
python gendoc.py
|
||||
|
||||
perl -MFile::Slurp -pi -e 'BEGIN { $header = read_file("'$HEADER'") } s#<head>#<head>$header
|
||||
<link rel="stylesheet" href="//matrix.org/docs/guides/css/docs_overrides.css">
|
||||
#' gen/specification.html gen/howtos.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue