aboutsummaryrefslogtreecommitdiff
path: root/doc/manual_src/Makefile
diff options
context:
space:
mode:
authorGravatar Andy Adams-Moran <adams-moran@galois.com>2012-05-17 11:28:57 -0700
committerGravatar Andy Adams-Moran <adams-moran@galois.com>2012-05-17 11:28:57 -0700
commit146aad9c5f6afd7d13333612f49aefe95963e1bd (patch)
tree38e3573738069281fd74a325b2e3bdea06a6944e /doc/manual_src/Makefile
parenta12ed619e3f6c9ec3c164c07e4c8706c9e6344a5 (diff)
Doco: make resources paths in generated HTML relative to where they're installed in the github landing pages
Diffstat (limited to 'doc/manual_src/Makefile')
-rw-r--r--doc/manual_src/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual_src/Makefile b/doc/manual_src/Makefile
index 6dc7e6f..45b0cd3 100644
--- a/doc/manual_src/Makefile
+++ b/doc/manual_src/Makefile
@@ -1,10 +1,10 @@
-LIBDIR=.
+LIBDIR=../..
#LIBDIR=../../../FiveUI-github
-HEADER=$(LIBDIR)/galois-github-header.txt
-BEFORE_BODY=$(LIBDIR)/galois-github-before-body.txt
-AFTER_BODY=$(LIBDIR)/galois-github-after-body.txt
-CSS="/galois-github.css"
+HEADER=galois-github-header.txt
+BEFORE_BODY=galois-github-before-body.txt
+AFTER_BODY=galois-github-after-body.txt
+CSS=$(LIBDIR)/galois-github.css
HTML5=-t html5
DOCS := $(patsubst %.md,%.html,$(wildcard *.md))