From: Chris Koeritz Date: Thu, 16 Feb 2012 01:47:31 +0000 (-0500) Subject: updated documentation generator, seems to work again. X-Git-Tag: 2.140.90~1600 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=fb47b26d962911d58841f96219302c05242708c5 updated documentation generator, seems to work again. --- diff --git a/doc/feisty_meow_dox.config b/doc/feisty_meow_dox.config index 0a041967..37a5c9fe 100644 --- a/doc/feisty_meow_dox.config +++ b/doc/feisty_meow_dox.config @@ -442,7 +442,13 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = $(FEISTY_MEOW_DIR)/scripts $(FEISTY_MEOW_DIR)/nucleus $(FEISTY_MEOW_DIR)/octopi $(FEISTY_MEOW_DIR)/graphiq $(PRODUCTION_DIR)/setup_src +INPUT = \ + $(FEISTY_MEOW_DIR)/scripts \ + $(FEISTY_MEOW_DIR)/nucleus \ + $(FEISTY_MEOW_DIR)/octopi \ + $(FEISTY_MEOW_DIR)/graphiq \ + $(FEISTY_MEOW_DIR)/kona/src \ + $(PRODUCTION_DIR)/setup_src # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp diff --git a/doc/feisty_meow_quick_start.txt b/doc/feisty_meow_quick_start.txt index 6d24456b..99a106c1 100644 --- a/doc/feisty_meow_quick_start.txt +++ b/doc/feisty_meow_quick_start.txt @@ -1,7 +1,8 @@ -Feisty Meow Concerns Ltd. is a small software shop that concentrates on building high quality, -portable, open source projects in a variety of languages (primarily bash, perl, python, C++, -and Java). Here are some highlights of our main products: +Feisty Meow Concerns Ltd. is a small software shop that concentrates on +building high quality, portable, open source projects in a variety of +languages (primarily bash, perl, python, C++, and Java). Here are some +highlights of our main products: Bookmark Processing Tools - can take a mozilla bookmark file or arbitrary web page and extract all the links out of it, building a csv database of @@ -48,23 +49,23 @@ Quick Start: have downloaded the archive or retrieved them via CVS (assuming that you have stored the files in ~/feisty_meow): - bash ~/feisty_meow2/scripts/generator/bootstrap_build.sh + bash ~/feisty_meow/scripts/generator/bootstrap_build.sh This should create the 'makedep' dependency checking tool and the version tagging tool and then go through the rest of the build. Once you've got a bootstrapped build, you can clean out all the files with: - bash ~/feisty_meow2/scripts/generator/whack_build.sh clean + bash ~/feisty_meow/scripts/generator/whack_build.sh clean And if you want to load the build environment for doing makes inside the feisty_meow hierarchies, you can either run a sub-shell with the environment: - bash ~/feisty_meow2/scripts/generator/build_variables.sh + bash ~/feisty_meow/scripts/generator/build_variables.sh or you can load them into the current shell: - bv=~/feisty_meow2/scripts/generator/build_variables.sh; source $bv $bv + bv=~/feisty_meow/scripts/generator/build_variables.sh; source $bv $bv (The double reference is required since a sourced script does not get any of the command-line parameters from the parent script.) diff --git a/production/.gitignore b/production/.gitignore index 7b17733d..9c94aa3e 100644 --- a/production/.gitignore +++ b/production/.gitignore @@ -1,9 +1,10 @@ # ignore the dynamic libraries, applications, temporary files, etc. -waste binaries clam_bin +code_guide install logs +waste