git ssb

0+

cel / ssb-invitation-cards



Commit b2d0368816eaed34a39c0101fed0639cdf4146b3

Always update cards.pdf when urls changes

cel committed on 1/25/2019, 8:22:08 PM
Parent: 2e6522433974bd62b0c21172ea0f1ff8c7f8b5ee

Files changed

Makefilechanged
MakefileView
@@ -8,9 +8,9 @@
88
99 config.ps:
1010 test -s config.ps || cp config.example.ps $@
1111
12-cards.pdf: cards.ps config.ps | urls
12 +cards.pdf: cards.ps config.ps urls
1313 ./gencards.sh > $@ < urls
1414
1515 clean:
1616 rm -f cards.pdf

Built with git-ssb-web