tweaked the makefile to actually work
authorChris Koeritz <cak0l@virginia.edu>
Fri, 14 Aug 2020 13:45:35 +0000 (09:45 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Fri, 14 Aug 2020 13:45:35 +0000 (09:45 -0400)
testkit/doc/testkit_reference.html
testkit/makefile

index 3fedb72388646abad0366056bce62a538c09f955..f1843bc079fcb729733cfc0e16a5803164f1dd6d 100644 (file)
@@ -5,7 +5,9 @@
   </head>
   <body vlink="purple" link="blue" lang="EN-US">
     <h1 style=" text-align:center">Feisty Meow® TestKit Reference Manual</h1>
-    <address style=" text-align:center">Version 1.0 ― Updated August 14 2020</address>
+      <h3 style=" text-align:center">Author: Chris Koeritz</h3>
+    <address style=" text-align:center">
+      Version 1.0 ― Updated August 14 2020</address>
     <h1>The Feisty Meow® TestKit</h1>
     <p>The TestKit is a collection of scripts that leverages the ShUnit unit
       testing environment.&nbsp; TestKit provides a pattern for creating test
index 3fff396eb3b090b0abd5809ab3be3cfd12593063..87e3549a4b9d1da3d58c77e0f4646d6e256ca305 100644 (file)
@@ -3,7 +3,6 @@
 all:
        @bash test_driver.sh
 
-doc:
-       cd doc
-       $(MAKE)
+docs:
+       cd doc && $(MAKE)