summaryrefslogtreecommitdiff
path: root/CodingReadme
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-09 13:24:29 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-09 13:24:29 +0100
commita779a09771f7373b8d1e77d7a9182fd3ed9008e5 (patch)
treebcd5a4835ed0c8d783296a3277b74bbba345d961 /CodingReadme
parente0ff4d1152bf517f51b7b2a5042a150a17ad0f21 (diff)
Fixed creation of command reference in manual
Diffstat (limited to 'CodingReadme')
-rw-r--r--CodingReadme8
1 files changed, 8 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme
index 46624e9c..f4924dfb 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