Skip to content

Commit

Permalink
Merge pull request #3 from ved-rivos/main
Browse files Browse the repository at this point in the history
remove non-needed files
  • Loading branch information
ved-rivos authored Jan 4, 2024
2 parents 271026e + e396d0a commit b4546de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REVMARK ?= Development
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest

HEADER_SOURCE := header.adoc
HEADER_SOURCE := svvptc.adoc
PDF_RESULT := riscv-svvptc.pdf

ASCIIDOCTOR_PDF := asciidoctor-pdf
Expand All @@ -31,8 +31,7 @@ OPTIONS := --trace \
-a pdf-fontsdir=docs-resources/fonts \
-a pdf-style=docs-resources/themes/riscv-pdf.yml \
--failure-level=ERROR
REQUIRES := --require=asciidoctor-bibtex \
--require=asciidoctor-diagram \
REQUIRES := --require=asciidoctor-diagram \
--require=asciidoctor-mathematical

.PHONY: all build clean build-container build-no-container
Expand Down
2 changes: 0 additions & 2 deletions index.adoc

This file was deleted.

6 changes: 3 additions & 3 deletions header.adoc → svvptc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
// needs to be changed? bug discussion started
//:WaveDromEditorApp: app/wavedrom-editor.app
:imagesoutdir: images
:bibtex-file: svvptc.bib
:bibtex-order: occurrence
:bibtex-style: ieee
//:bibtex-file: svvptc.bib
//:bibtex-order: occurrence
//:bibtex-style: ieee
:icons: font
:lang: en
:listing-caption: Listing
Expand Down
1 change: 0 additions & 1 deletion svvptc.bib

This file was deleted.

0 comments on commit b4546de

Please sign in to comment.