From 28308f34390cdd6500dda238e2b52018081bff6c Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Wed, 17 Oct 2012 10:32:16 -0700 Subject: incorporated the new web templates for documentation --- doc/Makefile | 5 +- doc/manual_src/Makefile | 5 +- doc/manual_src/galois-github-header.txt | 8 + doc/manual_src/images/code-tag.png | Bin 0 -> 1354 bytes doc/manual_src/images/images/Galois_design_03.png | Bin 0 -> 999 bytes doc/manual_src/images/logo.png | Bin 0 -> 3096 bytes doc/manual_src/reset.css | 48 +++ doc/manual_src/style.css | 339 ++++++++++++++++++++++ doc/manual_src/template.html | 66 +++-- 9 files changed, 439 insertions(+), 32 deletions(-) create mode 100644 doc/manual_src/images/code-tag.png create mode 100644 doc/manual_src/images/images/Galois_design_03.png create mode 100644 doc/manual_src/images/logo.png create mode 100644 doc/manual_src/reset.css create mode 100644 doc/manual_src/style.css (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 6d0fc25..fb2fecb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,7 +18,10 @@ $(MANUAL_DIR): web-manual: $(MANUAL_DIR) $(MAN_DEPS) @make -C $(MANUAL_SRC) @cp -r $(MANUAL_SRC)/figures $(MANUAL_DIR) - @mv $(MANUAL_SRC)/*.html $(MANUAL_DIR) + @cp -r $(MANUAL_SRC)/images $(MANUAL_DIR) + @cp $(MANUAL_SRC)/*.html $(MANUAL_DIR) + @cp $(MANUAL_SRC)/*.css $(MANUAL_DIR) +# @mv $(MANUAL_SRC)/*.html $(MANUAL_DIR) clean: @make -C $(MANUAL_SRC) clean diff --git a/doc/manual_src/Makefile b/doc/manual_src/Makefile index 45b0cd3..e924b3f 100644 --- a/doc/manual_src/Makefile +++ b/doc/manual_src/Makefile @@ -4,7 +4,7 @@ LIBDIR=../.. HEADER=galois-github-header.txt BEFORE_BODY=galois-github-before-body.txt AFTER_BODY=galois-github-after-body.txt -CSS=$(LIBDIR)/galois-github.css +#CSS=$(LIBDIR)/galois-github.css HTML5=-t html5 DOCS := $(patsubst %.md,%.html,$(wildcard *.md)) @@ -15,5 +15,6 @@ clean: $(RM) $(DOCS) %.html: %.md - pandoc $< -o $@ -s --highlight-style=kate -H $(HEADER) -B $(BEFORE_BODY) -A $(AFTER_BODY) -c $(CSS) $(HTML5) + pandoc $< -o $@ -s --highlight-style=kate --template=template.html #$(HTML5) +# pandoc $< -o $@ -s --highlight-style=kate -H $(HEADER) -B $(BEFORE_BODY) -A $(AFTER_BODY) -c $(CSS) $(HTML5) diff --git a/doc/manual_src/galois-github-header.txt b/doc/manual_src/galois-github-header.txt index 76b6bb2..3a77f8b 100644 --- a/doc/manual_src/galois-github-header.txt +++ b/doc/manual_src/galois-github-header.txt @@ -1,3 +1,11 @@ + + + + Install Guide + + + +