Converted to AsciiBinder

This required moving files around in the repository and shifting
from a master.adoc structure to _topic_map.yml, etc.

README and Makefile modified slightly to reflect new build process
This commit is contained in:
Brian (bex) Exelbierd 2018-02-08 13:08:40 +01:00
parent 161b3a786e
commit 2e8934be40
186 changed files with 30936 additions and 372 deletions

View file

@ -1,29 +1,16 @@
all: build
all: build-snippets
include src/src.mk
.PHONY: all build build-manual build-snippets build-manual-html build-manual-epub force clean
.PHONY: all build force clean
#build: build-src build-manual
build: build-manual
build-snippets:
mkdir -p en-US/snippets
python scripts/split-snippets.py . \
src/*.c src/*.cpp src/*.java src/*.py src/*.go src/*.sh
build-manual: build-snippets
rm -rf html && mkdir html
cd en-US && asciidoctor -n master.adoc -D ../html && cp -ar Common_Content/ ../html/
build-manual-html: build-manual
build-manual-epub: build-snippets
false
build-manual-pdf: build-snippets
false
clean: clean-src
-rm -rf html
-rm -rf en-US/*/snippets