mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
7cfe8feb88
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@167 f6dd340e-d3f9-0310-b409-bdd246841980
8 lines
210 B
Bash
Executable file
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
|