summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-29 23:24:17 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-29 23:24:17 +0100
commitfe427d79968e26c4e4b9929282e6b38c613dd670 (patch)
treedd6dc288c5a41ac71bf4c2ef4a27184e78ed8828 /Makefile
parent75f1e778d5f98a582c6bf9945e73727e0cf29075 (diff)
Add Brazilian olympic reais
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6c9fa9..611a214 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,9 @@ $(eurond): out/euro/%/index.html: $(gspdeps) $(euronddeps)
$(euront): out/euro/%/index.html: $(gspdeps) $(eurotndeps)
m4 -P -D__notes lib.m4 src/euro/index.tnotes.gsp | gsp >$@
+out/world/coins/br/index.html: src/world/coins/br/index.gsp $(gspdeps)
+ m4 -P -D__coins lib.m4 src/world/coins/br/index.gsp | gsp >$@
+
out/%.css: src/%.css
cp $< $@