*** empty log message ***

This commit is contained in:
David Rose 2000-10-25 03:01:38 +00:00
parent b1d3b77c7a
commit b77489818e
5 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@
// install.
#define install_lib $[TARGET(metalib_target static_lib_target)] $[real_lib_targets]
#define install_bin $[TARGET(bin_target)]
#define install_scripts $[TARGET(sed_bin_target)] $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]]
#define install_scripts $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]]
#define install_headers $[sort $[INSTALL_HEADERS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_HEADERS]]
#define install_parser_inc $[sort $[INSTALL_PARSER_INC]]
#define install_data $[sort $[INSTALL_DATA(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_DATA]]

View File

@ -47,7 +47,7 @@
// install.
#define install_lib $[TARGET(metalib_target lib_target static_lib_target)]
#define install_bin $[TARGET(bin_target)]
#define install_scripts $[TARGET(sed_bin_target)] $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]]
#define install_scripts $[sort $[INSTALL_SCRIPTS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_SCRIPTS]]
#define install_headers $[sort $[INSTALL_HEADERS(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_HEADERS]]
#define install_parser_inc $[sort $[INSTALL_PARSER_INC]]
#define install_data $[sort $[INSTALL_DATA(metalib_target lib_target static_lib_target bin_target)] $[INSTALL_DATA]]

View File

@ -26,7 +26,7 @@ EggFilter(bool allow_last_param, bool allow_stdout) :
redescribe_option
("cs",
"Specify the coordinate system of the resulting egg file. This may be "
" one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default "
"one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default "
"is the same coordinate system as the input egg file. If this is "
"different from the input egg file, a conversion will be performed.");
}

View File

@ -71,7 +71,7 @@ EggWriter(bool allow_last_param, bool allow_stdout) {
redescribe_option
("cs",
"Specify the coordinate system of the resulting egg file. This may be "
" one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default is "
"one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default is "
"y-up.");
_output_ptr = (ostream *)NULL;

View File

@ -31,7 +31,7 @@ SomethingToEgg(const string &format_name,
redescribe_option
("cs",
"Specify the coordinate system of the resulting egg file. This may be "
" one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default "
"one of 'y-up', 'z-up', 'y-up-left', or 'z-up-left'. The default "
"is the same coordinate system as the input " + _format_name +
" file, if this can be determined.");
}