mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 01:55:33 +00:00
Fixed creation of command reference in manual
This commit is contained in:
parent
e0ff4d1152
commit
a779a09771
3 changed files with 16 additions and 9 deletions
|
@ -282,6 +282,14 @@ Update the CHANGELOG file:
|
|||
vi CHANGELOG
|
||||
|
||||
|
||||
Update command reference in manual:
|
||||
|
||||
cd ~yosys
|
||||
make
|
||||
cd manual
|
||||
../yosys -p 'help -write-tex-command-reference-manual'
|
||||
|
||||
|
||||
Run all tests with "make config-{clang,gcc,gcc-4.6}":
|
||||
|
||||
cd ~yosys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue