summary refs log tree commit diff stats
path: root/wip
diff options
context:
space:
mode:
authorCase Duckworth2015-04-14 16:36:17 -0700
committerCase Duckworth2015-04-14 16:36:17 -0700
commit9fce418b46c9f0894f429384ef9e3dabaeffbeb4 (patch)
treeb2339220ee50cf48b8887f0cc1fed4813a95901b /wip
parentAdd toc metadata (diff)
downloadautocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.tar.gz
autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.zip
Change file hierarchy and rewrite makefile
- File hierarchy is now as follows:
    - /
        - appendix/  < appendix source files
        - backlinks/ < backlink sources & builds
        - hapax/     < *.hapax source files
        - scripts/   < scripts, like *.js, *.hs, etc.
        - templates/ < templates for outputs
        - text/      < source files
        - trunk/     < assets, like css, images, heads, etc.
        - index.html
        - *.html
        - Makefile
Diffstat (limited to 'wip')
-rw-r--r--wip/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/wip/makefile b/wip/makefile deleted file mode 100644 index 1a93669..0000000 --- a/wip/makefile +++ /dev/null
@@ -1,5 +0,0 @@
1stuff = i-am
2grump = $(patsubst %,%*,$(stuff))
3
4test:
5 @echo $(grump)