diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-01 23:23:09 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-02 12:27:02 -0400 |
commit | 876b763a8d26a0eace08b70cfd50d44183a2bdde (patch) | |
tree | f74c2054aa0762ff1f3a96771c7785c8215b15a7 /Makefile | |
parent | d91d0cb7119390650456b06a9accbbab148a91b6 (diff) | |
download | thoughts-876b763a8d26a0eace08b70cfd50d44183a2bdde.tar.gz thoughts-876b763a8d26a0eace08b70cfd50d44183a2bdde.tar.bz2 thoughts-876b763a8d26a0eace08b70cfd50d44183a2bdde.zip |
Added intial pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -58,8 +58,11 @@ thoughts: $< ./tools/mgify "$@" -%.html: %.pg - $(repo2html) -icontent -ftools/extfmt < $< > $@ +%.html: %.pg docs/papers/.list + $(repo2html) -icontent -ftools/extfmt <$< >$@ + +docs/papers/.list: $(articles) + echo "$(articles)" | tr ' ' '\n' | tools/doclist >$@ pages: $(pages) articles: $(articles) |