aboutsummaryrefslogtreecommitdiff
path: root/doc
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
parenta12ed619e3f6c9ec3c164c07e4c8706c9e6344a5 (diff)
Doco: make resources paths in generated HTML relative to where they're installed in the github landing pages
Diffstat (limited to 'doc')
-rw-r--r--doc/manual_src/Makefile10
-rw-r--r--doc/manual_src/galois-github-header.txt2
-rw-r--r--doc/manual_src/galois-github.css6
3 files changed, 9 insertions, 9 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))
diff --git a/doc/manual_src/galois-github-header.txt b/doc/manual_src/galois-github-header.txt
index 025c3b4..76b6bb2 100644
--- a/doc/manual_src/galois-github-header.txt
+++ b/doc/manual_src/galois-github-header.txt
@@ -2,7 +2,7 @@
#siteTitle {
display: block;
height: 100px;
- background: url('/css-images/5ive_logo.svg') no-repeat 0px 0px;
+ background: url('../../css-images/5ive_logo.svg') no-repeat 0px 0px;
text-indent: -9999em;
margin-bottom: 1em;
cursor: pointer;
diff --git a/doc/manual_src/galois-github.css b/doc/manual_src/galois-github.css
index 52faab7..38e909a 100644
--- a/doc/manual_src/galois-github.css
+++ b/doc/manual_src/galois-github.css
@@ -60,7 +60,7 @@ a:link, a:visited, a:active {
display: block;
width: 200px;
height: 51px;
- background: url('/css-images/galois_logo.png') no-repeat 0px 0px;
+ background: url('css-images/galois_logo.png') no-repeat 0px 0px;
text-indent: -9999em;
margin-bottom: 1em;
cursor: pointer;
@@ -83,7 +83,7 @@ a:link, a:visited, a:active {
margin-right: auto;
margin-bottom: -3em;
margin-left: auto;
- background: transparent url('/css-images/pageWrapperBottom.png') no-repeat center bottom;
+ background: transparent url('css-images/pageWrapperBottom.png') no-repeat center bottom;
position: relative;
z-index: 100;
}
@@ -95,7 +95,7 @@ a:link, a:visited, a:active {
width: 960px;
padding:20px 10px;
margin:0 auto 0;
- background: transparent url('/css-images/pageWrapperTop.png') no-repeat center top;
+ background: transparent url('css-images/pageWrapperTop.png') no-repeat center top;
position: relative;
}
#pageFooterWrapper {