updated documentation generator, seems to work again.
authorChris Koeritz <fred@gruntose.com>
Thu, 16 Feb 2012 01:47:31 +0000 (20:47 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 Feb 2012 01:47:31 +0000 (20:47 -0500)
doc/feisty_meow_dox.config
doc/feisty_meow_quick_start.txt
production/.gitignore

index 0a041967ccf3b9f86ff47826876ca092d725e7a1..37a5c9fee311008e2d48ac9ad905432b18cfc54e 100644 (file)
@@ -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 
index 6d24456b32f3d0009a9fc16c80ae19fec6af3872..99a106c1220549c451691bdfcfef36001eaa0a0f 100644 (file)
@@ -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.)
index 7b17733dc3d5771a46c228811e78dec2a6834bfd..9c94aa3ed24cba4b0e01fe85329abfe1cf93fa19 100644 (file)
@@ -1,9 +1,10 @@
 
 # ignore the dynamic libraries, applications, temporary files, etc.
 
-waste
 binaries
 clam_bin
+code_guide
 install
 logs
+waste