There was an error while loading. Please reload this page.
1 parent 1183577 commit 5df1ea9Copy full SHA for 5df1ea9
Makefile
@@ -11,7 +11,7 @@ VCS_REF := $(shell git rev-parse --short HEAD)
11
CURRENT_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
12
FILE_NAME_PDF := $(shell echo o2r-architecture-${VCS_REF}.pdf)
13
14
-pdf:
+pdf: build
15
# update version in cover page, if not already done
16
sed -i 's/@@VERSION@@/${VCS_REF}/g' site/index.html
17
sed -i 's/@@TIMESTAMP@@/${CURRENT_DATE}/g' site/index.html
0 commit comments