Dummy automatic index for mipt_cxx

This commit is contained in:
2023-09-21 22:34:53 +03:00
parent 9f11ec59c4
commit 149b450b41
3 changed files with 20 additions and 2 deletions

View File

@@ -13,9 +13,9 @@ $(PREFIX)/%.html: %.md
@mkdir -p $(@D)
pandoc $< --to html --output $@ --standalone
$(PREFIX)/index.html: index.html
$(PREFIX)/index.html:
@mkdir -p $(@D)
cp $< $@
./generate_index.sh > $@
index: $(PREFIX)/index.html