Skip to content

Commit

Permalink
Fixed document number in build script
Browse files Browse the repository at this point in the history
Added 'dist' folder generated by build to ignore list
  • Loading branch information
hylkevds committed Oct 15, 2018
1 parent 3311e5b commit 348c754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*~
*.pdf
*.html
dist
2 changes: 1 addition & 1 deletion src/asciidoctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
DOCUMENT_ID='18-078'
DOCUMENT_ID='18-088'
DOCUMENT_PATH=$DOCUMENT_ID
DOCUMENT_SRC="OGC_${DOCUMENT_ID}.adoc"
DOCUMENT_TOF="pre_0_tof.adoc"
Expand Down

0 comments on commit 348c754

Please sign in to comment.