Skip to content

Commit

Permalink
fix mistakenly removing .es file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Mar 14, 2018
1 parent e174c2d commit 323af03
Show file tree
Hide file tree
Showing 5 changed files with 2,158 additions and 101 deletions.
2 changes: 1 addition & 1 deletion javascript-mjs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kramdown-rfc2629 ?= kramdown-rfc2629
idnits ?= idnits

title = ietf-dispatch-$(shell basename ${CURDIR})
latest = $(shell (ls draft-${title}-*.xml || echo "draft-${title}-01.xml") | sort | tail -1)
latest = $(shell (ls draft-${title}-*.xml || echo "draft-${title}-02.xml") | sort | tail -1)
version = $(shell basename ${latest} .xml | awk -F- '{print $$NF}')

target = draft-$(title)-$(version)
Expand Down
Loading

0 comments on commit 323af03

Please sign in to comment.