make sure to update the timestamp on the doc directory when we build it

master
jluehrs2 2007-09-04 14:08:46 -05:00
parent 1ea3174b50
commit 6a7a4be008
1 changed files with 1 additions and 0 deletions

View File

@ -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)