Skip to content
Snippets Groups Projects
Verified Commit cd5b41bc authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Store site files in a designated subdirectory

parent e4f1aab3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ $(OUT):
$(OUT)/katalog.html: $(OUT)/quiz.json src/gen-katalog.py | $(OUT)
./src/gen-katalog.py "$(TITLE)" < $< > $@
$(OUT)/quiz.html $(OUT)/quiz.css $(OUT)/quiz.js: $(OUT)/%: % | $(OUT)
$(OUT)/quiz.html $(OUT)/quiz.css $(OUT)/quiz.js: $(OUT)/%: site/% | $(OUT)
ln -s ../$< $@
$(OUT)/conf.js: src/conf.js.m4 data/TITLE data/DESC data/GITLAB | $(DATA) $(OUT)
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment