From 95c4645b806f6528e0200aceb8028d8b5a995b56 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 15 Feb 2012 19:11:25 -0500 Subject: [PATCH] updated some references to old name for doc (was docs). --- doc/clam_manual/clam_docs.html | 4 +--- .../setup_src/whole_build_package/whole_build_manifest.txt | 4 ++-- scripts/archival/snarf_feisty_meow.pl | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/clam_manual/clam_docs.html b/doc/clam_manual/clam_docs.html index 2d2ec39a..f8c06ff9 100644 --- a/doc/clam_manual/clam_docs.html +++ b/doc/clam_manual/clam_docs.html @@ -2246,9 +2246,7 @@ is devoted to untangling snags that have been encountered in the past.  Hopefully problems you encounter will be discussed here.  Please contribute -any new problems found to the library -administrator. +any new problems found to the library administrator.

Problem:

     A message like: diff --git a/production/setup_src/whole_build_package/whole_build_manifest.txt b/production/setup_src/whole_build_package/whole_build_manifest.txt index 104b42cb..f024a3f9 100644 --- a/production/setup_src/whole_build_package/whole_build_manifest.txt +++ b/production/setup_src/whole_build_package/whole_build_manifest.txt @@ -43,8 +43,8 @@ target=$TARGET keyword=sources [docs] -source=$FEISTY_MEOW_DIR/docs/* -target=$TARGET/docs +source=$FEISTY_MEOW_DIR/doc/* +target=$TARGET/doc keyword=sources [makefile] diff --git a/scripts/archival/snarf_feisty_meow.pl b/scripts/archival/snarf_feisty_meow.pl index 648f1572..dff2b727 100644 --- a/scripts/archival/snarf_feisty_meow.pl +++ b/scripts/archival/snarf_feisty_meow.pl @@ -37,12 +37,12 @@ local($root) = &canonicalize("$HOME/feisty_meow"); &backup_files($snarf_file_base, $number, $root, ".", ("*.txt", "make*", ".gitignore")); # get the documentation directory. -&backup_hierarchy($snarf_file_base, $number, "$root", "docs"); +&backup_hierarchy($snarf_file_base, $number, "$root", "doc"); ### #oldversion -#&snarfer($snarf_file_base, $number, $root, "docs", ("-maxdepth", "1")); +#&snarfer($snarf_file_base, $number, $root, "doc", ("-maxdepth", "1")); # get an extra folder we like. -#&backup_hierarchy($snarf_file_base, $number, "$root", "docs/text_examples"); +#&backup_hierarchy($snarf_file_base, $number, "$root", "doc/text_examples"); ### # get our databases that we ship with the sources. -- 2.34.1