diff --git a/Makefile b/Makefile index 810eb4d..55bd97c 100644 --- a/Makefile +++ b/Makefile @@ -13,12 +13,12 @@ # the Doc Template for RISC-V Extensions. DATE ?= $(shell date +%Y-%m-%d) -VERSION ?= v0.0.0 +VERSION ?= v1.0.0 REVMARK ?= Draft DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest -SRC_DIR := src +SRC_DIR := ./src BUILD_DIR := build HEADER_SOURCE := $(SRC_DIR)/docs-dev-guide.adoc diff --git a/images/litmus_sample.png b/images/litmus_sample.png index 992be17..ea5f37c 100644 Binary files a/images/litmus_sample.png and b/images/litmus_sample.png differ diff --git a/src/docs-dev-guide.adoc b/src/docs-dev-guide.adoc old mode 100644 new mode 100755