summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-07-04 19:13:16 -0400
committerKristian Høgsberg <krh@redhat.com>2006-07-04 19:13:16 -0400
commit395c1747a3e3133808b565942f15570c731c54d6 (patch)
treeb8f755941013e2b20cfef4de1a4ad7e0365dd234 /Makefile
parentf8faf232f33746bdd9b0da67bebdce0fceb267c5 (diff)
Add home page and post-update script to merge in git log output.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5980e19..990e58c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,5 +29,8 @@ uninstall-schemas : gconf-clean
gconf-clean :
$(GCONFTOOL) --recursive-unset /apps/kiba
+index.html :
+ ./log.sh > index.html
+
clean :
rm -f $(targets) $(objs)