diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-11 13:09:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-11 13:09:06 +0000 |
commit | 2d26864ce5c9781c4204aab313d99d38816a0432 (patch) | |
tree | 72ba56c07e1a9e6b754555bbdc90cc6e6e087531 /bin | |
parent | 84362575be33e93c1bf0d237ff4cd8eaf245dbf9 (diff) | |
download | ATCD-2d26864ce5c9781c4204aab313d99d38816a0432.tar.gz |
ChangeLogTag: Tue Jul 11 08:07:23 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/generate_man_pages | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/generate_man_pages b/bin/generate_man_pages index c3c400e9a9c..6cdfc1b4a89 100755 --- a/bin/generate_man_pages +++ b/bin/generate_man_pages @@ -21,7 +21,8 @@ fi # 1. I use "class2man" to convert the *.h files in $ACE_ROOT/ace # to nroff man files. ACE_HEADERS=`find ../../ace -name CLASSIX -prune -o \ - -name '*.h' ! -name 'config*.h' ! -name 'ws2tcpip.h' -print` + -name '*.h' ! -name 'config*.h' ! -name 'ws2tcpip.h' \ + ! -name 'RMCast_Export.h' -print` ../../bin/class2man $ACE_HEADERS > /dev/null # 3. Then I run "man2html" on the *.3 files to produce the *.html files. |