Index: trunk/Ohana/src/libdvo/doc/notes.txt
===================================================================
--- trunk/Ohana/src/libdvo/doc/notes.txt	(revision 21508)
+++ trunk/Ohana/src/libdvo/doc/notes.txt	(revision 34260)
@@ -25,8 +25,10 @@
    include the new STRUCT name.
 
-7) create a new conversion file dvo_convert_foo.c and define the
+7) create a new conversion file libdvo/src/dvo_convert_foo.c and define the
    internal to Foo conversions.
 
-8) add the new format to the list of FORMAT conversion in dvo_convert.c.
+8a) add the new dvo_convert_foo.c to libdvo/Makefile
+
+8b) add the new format to the list of FORMAT conversion in dvo_convert.c.
 
 9) any changes to the internal format need to be reflected in the
@@ -44,4 +46,8 @@
 
 13) Add the conversion functions to the header file libdvo/include/foo_defs.h
+
+14) Add the above foo_defs.h to libdvo/include/dvo.h
+
+14) Add the above foo_defs.h to libdvo/Makefile
 
 * Note some esoteric format issues:  
