aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 14:08:46 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 14:08:46 -0500
commit6a7a4be008ccb1d93a9e4a9c9ff73faa9c46ca76 (patch)
tree69b6a5d6be7b7363a6cebff2e4b7bc3ad5edb808
parent1ea3174b50ffd8c52f93fa0a71c92337d243013f (diff)
downloadluairc-6a7a4be008ccb1d93a9e4a9c9ff73faa9c46ca76.tar.gz
luairc-6a7a4be008ccb1d93a9e4a9c9ff73faa9c46ca76.zip
make sure to update the timestamp on the doc directory when we build it
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)