cppannotations/bin/htmlindex
2008-12-06 12:41:07 +00:00

8 lines
210 B
Bash
Executable file

#!/bin/sh
cd ../html
# Construct index page in /html dir.
grep '^<index' cplusplus[0-9][0-9].html > cplusplus.index
../tmp/bin/htmlindex < cplusplus.index > cppindex.html