diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-22 23:19:43 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-05-25 11:51:41 -0400 |
commit | 4beb3329739711ebded52fabea0ecc0727339d5e (patch) | |
tree | 3c1d89d1333cb0a50fb13bab98b06668064db5d8 /Makefile | |
parent | 8257096d84476db1cffeb4805e7a43b6f09e8dff (diff) | |
download | thoughts-4beb3329739711ebded52fabea0ecc0727339d5e.tar.gz thoughts-4beb3329739711ebded52fabea0ecc0727339d5e.tar.bz2 thoughts-4beb3329739711ebded52fabea0ecc0727339d5e.zip |
mg.css fully merged into core style; consistency between article and repo2html formats
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ thoughts: -t "Mike Gerwitz's Thoughts and Ramblings" \ -d 'The miscellaneous thoughts and ramblings of a free software hacker' \ -c 'Mike Gerwitz' \ - -l 'Verbatim redistribution of this document in its entirety is permitted so long as this copyright notice is preserved.' \ + -l 'Verbatim redistribution of this document in its entirety is permitted provided that this copyright notice is preserved.' \ -C '/style.css' \ -T "$(PWD)/tpl" \ -E \ @@ -44,8 +44,8 @@ thoughts: # mgify script %.html: %.txt asciidoc -fasciidoc.conf -v \ - -a stylesdir=$(PWD)/asciidoc-themes/ \ - -a themedir=$(PWD)/asciidoc-themes/ \ + -a stylesdir= \ + -a themedir=$(PWD)/ \ $< ./tools/mgify "$@" |