]> git.lizzy.rs Git - luairc.git/commitdiff
make sure to update the timestamp on the doc directory when we build it
authorjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 19:08:46 +0000 (14:08 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Tue, 4 Sep 2007 19:08:46 +0000 (14:08 -0500)
Makefile

index 31d6d3aec7b936d64416b9a5636a54a3785c60e7..2610271601365625f7280af8a450fccc5bda658e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install :
 doc : $(MAIN_LUA) $(MOD_LUAS)
        mkdir -p $(DOC_DIR)
        $(LUADOC) --nofiles -d $(DOC_DIR) $(MAIN_LUA) $(MOD_LUAS)
+       @touch doc
 
 clean :
        rm -rf $(DOC_DIR)