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 | a2513d0bdf7e0c21cec917916438a40f3dca1522 (patch) | |
tree | 72ba56c07e1a9e6b754555bbdc90cc6e6e087531 /bin | |
parent | 2c5f8a6b7cdccea2adca558fe64237572b230bc3 (diff) | |
download | ATCD-a2513d0bdf7e0c21cec917916438a40f3dca1522.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. |