about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcbd345..c6671a8 100644
--- a/Makefile
+++ b/Makefile
@@ -35,4 +35,7 @@ install: all $(addprefix $(PREFIX)/,$(ALL))
 uninstall:
 	rm -fr $(PREFIX)
 
-.PHONY: all clean install uninstall
+live: $(THUMBNAILS)
+	ln -fs index.xhtml index.xml
+
+.PHONY: all clean install uninstall live