Initial commit
This commit is contained in:
commit
1ce03f31d3
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
build/
|
||||||
|
*.log
|
||||||
|
content.opf
|
||||||
|
.DS_Store
|
||||||
|
*.*~
|
||||||
|
*-epub/
|
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
all:
|
||||||
|
- mkdir -p build/
|
||||||
|
- cp -R src/images build/
|
||||||
|
- cp src/*.jpg build/
|
||||||
|
- cp src/*.png build/
|
||||||
|
|
||||||
|
- xelatex --output-format=pdf --output-directory=build/ --directory=src/ ./src/IncompleatGamester.tex
|
||||||
|
clean:
|
||||||
|
- rm -rf build
|
1594
src/IncompleatGamester.tex
Normal file
1594
src/IncompleatGamester.tex
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/images/backgammonlayout.jpg
Normal file
BIN
src/images/backgammonlayout.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue
Block a user