summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-16 19:41:54 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-16 19:41:54 +0000
commit16329d88a5049f9b33259e39d3c09e5d381058d8 (patch)
treed3f7a101ca0f98c90e7e76f1926a62a7834ffdb7
parent3577031ce7ed1f30351a4ed87ef5d53f4a76eb4c (diff)
downloadATCD-16329d88a5049f9b33259e39d3c09e5d381058d8.tar.gz
Thu Feb 16 13:38:39 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--ChangeLog12
-rwxr-xr-xbin/generate_rel_manpages6
2 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 677914a44ce..e87936f1e1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Feb 16 13:38:39 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * bin/generate_rel_manpages:
+
+ Updated the script with latest info at naboo.dre.
+
Thu Feb 16 13:38:00 UTC Simon Massey <sma@prismtech.com>
* bin/tao_orb_tests.lst:
@@ -15,9 +21,9 @@ Thu Feb 16 08:33:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Wed Feb 15 20:06:42 2006 Douglas C. Schmidt <schmidt@cse.wustl.edu>
- * ace/Timer_Heap_T.cpp: Fixed cancel() so that it doesn't miss any
- nodes due to reheapifying during a remove. Thanks to Oh Yoon
- Sik <boom at estsoft dot com> for this fix.
+ * ace/Timer_Heap_T.cpp: Fixed cancel() so that it doesn't miss any
+ nodes due to reheapifying during a remove. Thanks to Oh Yoon
+ Sik <boom at estsoft dot com> for this fix.
Wed Feb 15 20:04:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
diff --git a/bin/generate_rel_manpages b/bin/generate_rel_manpages
index 06cc14b943e..7535012f2cc 100755
--- a/bin/generate_rel_manpages
+++ b/bin/generate_rel_manpages
@@ -13,9 +13,9 @@ require Cwd;
##########
my $hostname;
chomp ($hostname = $ENV{'HOSTNAME'} || `uname -n`);
-unless ("$hostname" eq 'tao') {
+unless ("$hostname" eq 'naboo') {
#### For efficiency sake . . .
- die "$0: must run on host tao.dre.vanderbilt.edu\n";
+ die "$0: must run on host naboo.dre.vanderbilt.edu\n";
}
my $perl_path = '/usr/bin/perl';
@@ -30,7 +30,7 @@ my $dot_path = '/usr/bin';
my $doxy_path = '/usr/bin';
-my $doxy_version = '1.4.1';
+my $doxy_version = '1.3.9.1';
&can_run($doxy_path.'/doxygen --version | grep '.$doxy_version.' >/dev/null') ||
die "$0: doxygen path or version incorrect, please fix the script\n";