Skip to content

Commit

Permalink
doc: Source highlighting creates a new .css file
Browse files Browse the repository at this point in the history
Ignore it with git, and ship it with the docs.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Apr 13, 2019
1 parent 65f86a5 commit dafc82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/.gitignore
@@ -1,2 +1,3 @@
snek.html
snek.pdf
coderay-asciidoctor.css
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -9,7 +9,7 @@ ADOC_FILES=snek.adoc

PDF_FILES=$(ADOC_FILES:.adoc=.pdf)
HTML_FILES=$(ADOC_FILES:.adoc=.html)
CSS_FILES=snek.css
CSS_FILES=snek.css coderay-asciidoctor.css
IMAGE_FILES=../snek.svg

all: $(HTML_FILES) $(PDF_FILES)
Expand Down

0 comments on commit dafc82c

Please sign in to comment.