<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,3 +13,5 @@
 *.kpf
 *.swp
 *.iic
+docs/html
+build</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 
 
-
+VER=devel
+TAG=HEAD
 
 .PHONY: all docs
 
@@ -10,3 +11,9 @@ all:
 docs:
 	doxygen docs/docs.conf
 
+dist: all docs
+	mkdir -p build	
+	git archive --prefix=fx2lib/ $(TAG) &gt; build/fx2-$(VER).tar
+	tar -C .. -rf build/fx2-$(VER).tar fx2lib/docs/html fx2lib/lib/fx2.lib
+	cat build/fx2-$(VER).tar | gzip &gt; build/fx2-$(VER).tgz
+</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ PROJECT_NAME           = Fx2lib
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.1 
+PROJECT_NUMBER         = 0.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -609,7 +609,7 @@ EXCLUDE_SYMBOLS        =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = .
+EXAMPLE_PATH           = . fw
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp </diff>
      <filename>docs/docs.conf</filename>
    </modified>
    <modified>
      <diff>@@ -31,6 +31,10 @@
  *  \verbinclude README
  **/
 
+/** \example fw.c
+ * The firmware framework allows for easily beginning a new firware project.
+ **/
+
 #ifndef FX2REGS_H 
 #define FX2REGS_H
 </diff>
      <filename>include/fx2regs.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21b2f31baa2adf22b7633dd3a919e6fe8ab3b559</id>
    </parent>
  </parents>
  <author>
    <name>Dennis Muhlestein</name>
    <email>dennis@ubixum.com</email>
  </author>
  <url>http://github.com/mulicheng/fx2lib/commit/ccfe96aa774f6264549b8c3398b491df9b69ab39</url>
  <id>ccfe96aa774f6264549b8c3398b491df9b69ab39</id>
  <committed-date>2009-09-04T10:13:41-07:00</committed-date>
  <authored-date>2009-09-04T10:13:41-07:00</authored-date>
  <message>Updated docs version. dist target in Makefile.
dist archive to include docs and build lib.</message>
  <tree>0733f187a8f5938e635b747700a1b723c6cc0e02</tree>
  <committer>
    <name>Dennis Muhlestein</name>
    <email>dennis@ubixum.com</email>
  </committer>
</commit>
