forked from lowRISC/riscv-compliance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make documentation appear as the README.
doc/ChangeLog: * .gitignore: Change name of files ignored. * Makefile: Remove publish target. * README.adoc: Symbolic link removed and replaced by design.adoc, to which the CC license text has been added. * design.adoc: Renamed as README.adoc. * publish.sh: Deleted.
- Loading branch information
1 parent
564dfb1
commit 1dc4559
Showing
7 changed files
with
570 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Ignore editor backups | ||
*~ | ||
# Generated files | ||
design.pdf | ||
README.pdf | ||
# Geneated HTML | ||
design.html | ||
README.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2018-06-11 Jeremy Bennett <[email protected]> | ||
|
||
This makes the document appear directly as the README of the doc | ||
directory, so there is now no longer a need to publish to GitHub | ||
pages. | ||
|
||
* .gitignore: Change name of files ignored. | ||
* Makefile: Remove publish target. | ||
* README.adoc: Symbolic link removed and replaced by design.adoc, | ||
to which the CC license text has been added. | ||
* design.adoc: Renamed as README.adoc. | ||
* publish.sh: Deleted. | ||
|
||
2018-06-11 Jeremy Bennett <[email protected]> | ||
|
||
* README.md: Previous version moved to README-old.md for the time | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.