summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-10-21 10:31:35 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-10-21 10:31:35 +0200
commitc5228cab55dbcba8f9a76f3a33d0da9021102309 (patch)
tree877391d03ab4831416d58ade2a79670d56a29a6d
parentdf76737b6f19226302eef87c02ebb2cf45e1d747 (diff)
use Home as index
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3a2532..50330ed 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ help:
html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
+ cp $(OUTPUTDIR)/pages/home.html $(OUTPUTDIR)/index.html
clean:
[ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR)