Skip to content

Commit 5df1ea9

Browse files
committed
build when creating pdf
1 parent 1183577 commit 5df1ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VCS_REF := $(shell git rev-parse --short HEAD)
1111
CURRENT_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1212
FILE_NAME_PDF := $(shell echo o2r-architecture-${VCS_REF}.pdf)
1313

14-
pdf:
14+
pdf: build
1515
# update version in cover page, if not already done
1616
sed -i 's/@@VERSION@@/${VCS_REF}/g' site/index.html
1717
sed -i 's/@@TIMESTAMP@@/${CURRENT_DATE}/g' site/index.html

0 commit comments

Comments
 (0)