Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Introduce a changelog
Browse files Browse the repository at this point in the history
Add in a file to collect a change log for the document over time.

Signed-off-by: Al Stone <[email protected]>
  • Loading branch information
Al Stone committed Oct 7, 2020
1 parent 99aa03d commit 3614e0e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ASCIIDOCTOR = asciidoctor
PLATFORM_SPEC = riscv-platform-spec
PANDOC = pandoc
PARTS = contributors.adoc licensing.adoc
PARTS = changelog.adoc contributors.adoc licensing.adoc

# Build the platform spec in several formats
all: $(PLATFORM_SPEC).md $(PLATFORM_SPEC).pdf $(PLATFORM_SPEC).html
Expand Down
14 changes: 14 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// SPDX-License-Indentifer: CC-BY-4.0
//
// changelog.adoc: change log for the document
//
// Provide a list of changes made to each revision of the document.
//
[preface]
## Change Log

### Version 0.1-rc0
* 2020-10-07:
** Initial changes for structure and future maintenance.
** Break content down into include files; more structure, but easier
to make changes down the line.
3 changes: 3 additions & 0 deletions riscv-platform-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ toc::[]
// document copyright and licensing information
include::licensing.adoc[]

// changelog for the document
include::changelog.adoc[]

## Introduction

This document contains the RISC-V UNIX-class platform specification. This
Expand Down

0 comments on commit 3614e0e

Please sign in to comment.