Skip to content

Commit

Permalink
updated chapter organization
Browse files Browse the repository at this point in the history
  • Loading branch information
clsource committed Feb 29, 2024
1 parent f0f2e8c commit 6474cb1
Show file tree
Hide file tree
Showing 148 changed files with 7,039 additions and 11,693 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: html docbook pdf epub build clean
.PHONY: html docbook pdf epub build clean server

# Consider Docker https://github.com/asciidoctor/docker-asciidoctor

Expand All @@ -8,6 +8,11 @@ build b:
@make docbook
@make pdf

server s:
@make html
@echo "http://localhost:8000"
@cd docs && python3 -m http.server

html h:
@mkdir -p docs/book/
@rm -rf docs/index.html
Expand Down
433 changes: 0 additions & 433 deletions book/chapters/01/chapter.adoc

This file was deleted.

596 changes: 0 additions & 596 deletions book/chapters/02/chapter.adoc

This file was deleted.

625 changes: 0 additions & 625 deletions book/chapters/03/chapter.adoc

This file was deleted.

615 changes: 0 additions & 615 deletions book/chapters/04/chapter.adoc

This file was deleted.

604 changes: 0 additions & 604 deletions book/chapters/05/chapter.adoc

This file was deleted.

Loading

0 comments on commit 6474cb1

Please sign in to comment.