From a779a09771f7373b8d1e77d7a9182fd3ed9008e5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 9 Feb 2015 13:24:29 +0100 Subject: Fixed creation of command reference in manual --- CodingReadme | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CodingReadme') diff --git a/CodingReadme b/CodingReadme index 46624e9c7..f4924dfb2 100644 --- a/CodingReadme +++ b/CodingReadme @@ -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 -- cgit v1.2.3