summaryrefslogtreecommitdiff
path: root/bin/generate_man_pages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/generate_man_pages')
-rwxr-xr-xbin/generate_man_pages3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/generate_man_pages b/bin/generate_man_pages
index 6c7f3f04118..c3c400e9a9c 100755
--- a/bin/generate_man_pages
+++ b/bin/generate_man_pages
@@ -21,8 +21,7 @@ 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' \
- ! -name 'RMCast_Export.h' ! -name 'RMCast_Reassembly.h' -print`
+ -name '*.h' ! -name 'config*.h' ! -name 'ws2tcpip.h' -print`
../../bin/class2man $ACE_HEADERS > /dev/null
# 3. Then I run "man2html" on the *.3 files to produce the *.html files.