add index page
This commit is contained in:
parent
375c6e833a
commit
3f025721c8
6 changed files with 63 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -13,10 +13,10 @@ YAMLS != find $(DATADIR) -iname "*.yaml"
|
|||
|
||||
all: make-pages $(BUILDDIR)/index.html
|
||||
|
||||
$(BUILDDIR)/index.html:
|
||||
$(BUILDDIR)/index.html: $(DATADIR)/galleries.yaml $(MAKEPAGES)
|
||||
echo "[index]"
|
||||
mkdir -p $(dir $@)
|
||||
touch $@ # FIXME
|
||||
$(MAKEPAGES) index $< -o $@
|
||||
|
||||
$(MAKEPAGES): make-pages
|
||||
echo "[make-pages]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue