aboutsummaryrefslogtreecommitdiff
path: root/rakelib/gcc.rake
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-08 15:58:22 +0200
committerEugen Wissner <belka@caraus.de>2026-07-08 16:18:50 +0200
commitcd3574320bf57b2eaad93ef6f58dee6c9d41cb19 (patch)
tree9248d5f6d68acefb66de62aad6a0b1e5059621bc /rakelib/gcc.rake
parentffe6097c534c82b9402bb6f0a57abeebd075e61d (diff)
downloadelna-cd3574320bf57b2eaad93ef6f58dee6c9d41cb19.tar.gz
Add support for specifying include paths
Diffstat (limited to 'rakelib/gcc.rake')
-rw-r--r--rakelib/gcc.rake5
1 files changed, 5 insertions, 0 deletions
diff --git a/rakelib/gcc.rake b/rakelib/gcc.rake
index 7e00d1b..62a9781 100644
--- a/rakelib/gcc.rake
+++ b/rakelib/gcc.rake
@@ -138,6 +138,11 @@ namespace :gcc do
task :check do
sh 'make', 'check-elna', chdir: File.join(HOST_GCC, 'gcc')
end
+
+ desc 'Build documentation'
+ task :doc do
+ sh 'make', 'html', chdir: File.join(HOST_GCC, 'gcc')
+ end
end
desc 'Build the bootstrap compiler'