You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
284 B
Bash
8 lines
284 B
Bash
echo Definitions and Variables \(curses.h\) > MANUAL.md
|
|
echo ==================================== >> MANUAL.md
|
|
./manext.awk ../curses.h >> MANUAL.md
|
|
echo Functions >> MANUAL.md
|
|
echo ========= >> MANUAL.md
|
|
./manext.awk ../pdcurses/*.c >> MANUAL.md
|
|
./manext.awk ../x11/*.c >> MANUAL.md
|