Mercurial > MadButterfly
diff dox/first_program.h @ 110:c14cb6d12030
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 15:31:10 +0800 |
parents | 703ab76aa8a5 |
children | e4e47d2cdbcd |
line wrap: on
line diff
--- a/dox/first_program.h Fri Sep 12 14:00:02 2008 +0800 +++ b/dox/first_program.h Fri Sep 12 15:31:10 2008 +0800 @@ -16,9 +16,9 @@ * programs. * * For example, to translate foo.svg with steps - * - $(TOOLSDIR)/svg2code.py foo.svg foo.mb - * - m4 -I $(TOOLSDIR) mb_c_source.m4 foo.mb > foo.c - * - m4 -I $(TOOLSDIR) mb_c_header.m4 foo.mb > foo.h + * - $(PREFIX)/bin/svg2code.py foo.svg foo.mb + * - m4 -I $(PREFIX)/share/mb mb_c_source.m4 foo.mb > foo.c + * - m4 -I $(PREFIX)/share/mb mb_c_header.m4 foo.mb > foo.h * * foo.h declares a structure, named 'foo' and two functions, * foo_new() and foo_free(). An instance of 'foo' holds all objects for @@ -27,5 +27,5 @@ * and initialize a 'foo' instance. An instance is released by calling * foo_free(). * - * examples/svg2code_ex/ is a simple example. + * - \subpage svg2code_ex */