Skip to content

Commit 676feab

Browse files
Updated doc ouput dir
1 parent dc72b29 commit 676feab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ header:
1818
insert-license --license-filepath=LICENSE --use-current-year --comment-style "#" $$(find . -name "*.py")
1919

2020
pdf:
21-
asciidoctor-pdf -D docbuild -r asciidoctor-kroki -r asciidoctor-mathematical -a allow-uri-read -a mathematical-format=svg -a pdf-theme=pdf -a pdf-themesdir=. doc/index.adoc
21+
asciidoctor-pdf -D doc/build -r asciidoctor-kroki -r asciidoctor-mathematical -a allow-uri-read -a mathematical-format=svg -a pdf-theme=pdf -a pdf-themesdir=. doc/index.adoc
2222

2323
html:
24-
asciidoctor -D docbuild -r asciidoctor-kroki -a allow-uri-read doc/index.adoc
24+
asciidoctor -D doc/build -r asciidoctor-kroki -a allow-uri-read doc/index.adoc
2525

2626
.PHONY: all build clean run header pdf html
2727
.SILENT:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ cd examples/ac/RLC
2424

2525
This command generates Python code containing equations for AC simulation.
2626

27+
Read this article to know more about ASysC : ![article](./doc/build/index.pdf)
28+
2729
## Requirements
2830

2931
### C++ requirement
Binary file not shown.

0 commit comments

Comments
 (0)