From 6a7a4be008ccb1d93a9e4a9c9ff73faa9c46ca76 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 14:08:46 -0500 Subject: make sure to update the timestamp on the doc directory when we build it --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 31d6d3a..2610271 100644 --- 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) -- cgit v1.2.3-54-g00ecf