diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-02 12:01:46 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-02 12:27:04 -0400 |
commit | 9a479c340cbec554a915033ae74e2039c658ceff (patch) | |
tree | de959b69eb5937add4cebc8ebb68e0d4c06b2520 /Makefile | |
parent | 48532359bd0ee0daf32004ac0c1aff7ddd064316 (diff) | |
download | thoughts-9a479c340cbec554a915033ae74e2039c658ceff.tar.gz thoughts-9a479c340cbec554a915033ae74e2039c658ceff.tar.bz2 thoughts-9a479c340cbec554a915033ae74e2039c658ceff.zip |
Papers page will now include selected thoughts
The hash abbreviations are the filenames within docs/papers/thoughts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ thoughts: %.html: %.pg docs/papers/.list $(repo2html) -icontent -ftools/extfmt <$< >$@ -docs/papers/.list: $(articles) +docs/papers/.list: thoughts $(articles) echo "$(articles)" | tr ' ' '\n' | tools/doclist >$@ pages: $(pages) |