diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-27 16:59:44 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-27 16:59:45 -0400 |
commit | 3e3e18d397bfc2c39a501e87eb80ca6fabea2ce2 (patch) | |
tree | 0a16d0995a1837cdb1f05c143161f6e5339b2e97 /Makefile | |
parent | f14299b269cc8fd2c604ae85c8cb09926d823d3d (diff) | |
download | thoughts-3e3e18d397bfc2c39a501e87eb80ca6fabea2ce2.tar.gz thoughts-3e3e18d397bfc2c39a501e87eb80ca6fabea2ce2.tar.bz2 thoughts-3e3e18d397bfc2c39a501e87eb80ca6fabea2ce2.zip |
*.pg will now be processed with contents template
Which is essentially index for the time being.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ thoughts: ./tools/mgify "$@" %.html: %.pg - $(repo2html) -i index < $< > $@ + $(repo2html) -i content < $< > $@ pages: $(pages) articles: $(articles) |