aboutsummaryrefslogtreecommitdiff
path: root/doc/manual_src/Makefile
diff options
context:
space:
mode:
authorGravatar Andy Adams-Moran <adams-moran@galois.com>2012-05-17 11:18:02 -0700
committerGravatar Andy Adams-Moran <adams-moran@galois.com>2012-05-17 11:18:02 -0700
commita12ed619e3f6c9ec3c164c07e4c8706c9e6344a5 (patch)
tree7afcc09d4b467452248aff9cf27336d397a06bc2 /doc/manual_src/Makefile
parent05c1eca7b0257be4babcfa742ba41dc1d7c9058d (diff)
Doco: tweak relative paths to common resources
Diffstat (limited to 'doc/manual_src/Makefile')
-rw-r--r--doc/manual_src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual_src/Makefile b/doc/manual_src/Makefile
index 31f4f4e..6dc7e6f 100644
--- a/doc/manual_src/Makefile
+++ b/doc/manual_src/Makefile
@@ -4,7 +4,7 @@ LIBDIR=.
HEADER=$(LIBDIR)/galois-github-header.txt
BEFORE_BODY=$(LIBDIR)/galois-github-before-body.txt
AFTER_BODY=$(LIBDIR)/galois-github-after-body.txt
-CSS=$(LIBDIR)/galois-github.css
+CSS="/galois-github.css"
HTML5=-t html5
DOCS := $(patsubst %.md,%.html,$(wildcard *.md))