3
0
Fork 0
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:
Clifford Wolf 2015-02-09 13:24:29 +01:00
parent e0ff4d1152
commit a779a09771
3 changed files with 16 additions and 9 deletions

View file

@ -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