From: jluehrs2 Date: Tue, 4 Sep 2007 19:08:46 +0000 (-0500) Subject: make sure to update the timestamp on the doc directory when we build it X-Git-Tag: 0.03~42 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6a7a4be008ccb1d93a9e4a9c9ff73faa9c46ca76;p=luairc.git make sure to update the timestamp on the doc directory when we build it --- 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)