OSDN Git Service

add cookbook
authortsutsumi <>
Tue, 23 Sep 2003 21:11:26 +0000 (21:11 +0000)
committertsutsumi <>
Tue, 23 Sep 2003 21:11:26 +0000 (21:11 +0000)
doc/Makefile.am
doc/mainpage.dox

index fa9c54a..164d7e0 100644 (file)
@@ -44,7 +44,7 @@ endif
 
 all-local: dox
 
-html/index.html: Doxyfile $(doxygen_input) $(CCUNITSRCS) mainpage.dox
+html/index.html: Doxyfile $(doxygen_input) $(CCUNITSRCS) mainpage.dox cookbook.dox
        @DOXYGEN@
 
 pdf: @PACKAGE@.pdf
index 3d03f3b..b03fac2 100644 (file)
@@ -31,8 +31,8 @@ You find additional samples in the examples directory.
 @section _documentation Documentation
 
 <dl>
-<dt><a href="cookbook.html">CCUnit Cookbook</a></dt>
-<dd>A cookbook for implementing tests with CCUnit.
+<dt>CCUnit Cookbook</dt>
+<dd>A <a href="cookbook.html">cookbook</a> for implementing tests with CCUnit.
 </dl>
 
 @section _license Lincense