Skip to content

Commit 0733dac

Browse files
author
syreal17
committed
Add Makefile and deploy script for intuitive book compilation and publication
1 parent c3427db commit 0733dac

File tree

4 files changed

+55
-3558
lines changed

4 files changed

+55
-3558
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
*.swp
22
*~
3-
4-
ascii doc/chapters/testing-output/*
5-
ascii doc/chapters/*.html
3+
*.html

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
book.html :
2+
asciidoctor book.adoc
3+
4+
clean :
5+
rm book.html

0 commit comments

Comments
 (0)