mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
10 lines
303 B
Bash
Executable File
10 lines
303 B
Bash
Executable File
#/bin/bash
|
|
|
|
# Perform some minor clean-ups/fixes to the docs.
|
|
|
|
perl -i -pe "s/Related Pages/Contents/" html/*.html
|
|
perl -i -pe "s/Related Pages/Contents/" html/*.html
|
|
perl -i -pe "s/_page/_8h/" html/pages.html
|
|
perl -i ../dev/release/fix_example_docs.pl html/examples.html
|
|
|