diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-02-15 20:37:00 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-02-15 20:37:00 (GMT) |
commit | b7d3a581e059a96f04e6729d1dba313ccbd05468 (patch) | |
tree | 4faeafd56892f5b795cd7951c14497ca0810b97d /c++/src | |
parent | d6fd191015cecbf097b5c74567bac9a2b78721b0 (diff) | |
download | hdf5-b7d3a581e059a96f04e6729d1dba313ccbd05468.zip hdf5-b7d3a581e059a96f04e6729d1dba313ccbd05468.tar.gz hdf5-b7d3a581e059a96f04e6729d1dba313ccbd05468.tar.bz2 |
[svn-r11937] Purpose:
New feature.
Description:
Added the feature to make a release tarball for the documents tree too.
Platforms tested:
Feature code was created by James. I just did some touch up and
tested it by hand in heping. I am checking it in while he is absent.
Misc. update:
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/cpp_doc_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/cpp_doc_config b/c++/src/cpp_doc_config index d42e31b..6676dbe 100644 --- a/c++/src/cpp_doc_config +++ b/c++/src/cpp_doc_config @@ -17,7 +17,7 @@ #--------------------------------------------------------------------------- PROJECT_NAME = PROJECT_NUMBER = -OUTPUT_DIRECTORY = ../../doc/html/cpplus_RM/ +OUTPUT_DIRECTORY = cpplus_RM/ CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = YES |