From d161be120c22faf222ec15ca618ee367e4d56575 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Apr 2015 23:16:18 -0700 Subject: Refactor makefile; Add hapax preprocessor --- process.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'process.html') diff --git a/process.html b/process.html index 2246863..9b2aab0 100644 --- a/process.html +++ b/process.html @@ -21,7 +21,7 @@ - +
@@ -30,11 +30,11 @@

process narrative

- +
- +

Hi. My name is Case Duckworth. This is my thesis.

@@ -54,9 +54,9 @@
  • At first, I used this code in the shell to generate my HTML:

    for file in *.txt; do
    -    pandoc "$file" -f markdown -t html5 \
    -    --template=template.html -o "${file%txt}html"
    -done
    + pandoc "$file" -f markdown -t html5 \ + --template=template.html -o "${file%txt}html" + done but this proved tedious with time.
  • After a lot of experimenting with different scripting languages, I finally realized that GNU make would fit this task perfectly.
  • You can see my makefile here—it’s kind of a mess, but it does the job. See below for a more detailed explanation of the makefile.
  • @@ -97,7 +97,7 @@
- + -- cgit 1.4.1-21-gabe81