mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
7 lines
208 B
Bash
Executable file
7 lines
208 B
Bash
Executable file
#/bin/bash
|
|
|
|
# Perform some minor clean-ups/fixes to the docs.
|
|
|
|
perl -i -pe "s/_page/_8h/" html/pages.html
|
|
perl -i ../dev/release/fix_example_docs.pl html/examples.html
|
|
cp menudata.js html
|