aboutsummaryrefslogtreecommitdiff
path: root/doc/manual_src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual_src/Makefile')
-rw-r--r--doc/manual_src/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/manual_src/Makefile b/doc/manual_src/Makefile
deleted file mode 100644
index e924b3f..0000000
--- a/doc/manual_src/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-LIBDIR=../..
-#LIBDIR=../../../FiveUI-github
-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))
-
-all: $(DOCS)
-
-clean:
- $(RM) $(DOCS)
-
-%.html: %.md
- 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)
-