]> git.proxmox.com Git - rustc.git/commitdiff
better references of the doc
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Feb 2015 14:10:41 +0000 (15:10 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Feb 2015 14:10:41 +0000 (15:10 +0100)
debian/rust-doc.doc-base.book [new file with mode: 0644]
debian/rust-doc.doc-base.intro [new file with mode: 0644]
debian/rust-doc.doc-base.reference [new file with mode: 0644]
debian/rust-doc.docs [new file with mode: 0644]

diff --git a/debian/rust-doc.doc-base.book b/debian/rust-doc.doc-base.book
new file mode 100644 (file)
index 0000000..b722104
--- /dev/null
@@ -0,0 +1,12 @@
+Document: rust-book
+Title: The Rust Programming Language
+Section: Programming/Rust
+Abstract:
+ This book will teach you about the Rust Programming Language. Rust is
+ a modern systems programming language focusing on safety and speed. It
+ accomplishes these goals by being memory safe without using garbage
+ collection.
+
+
+Format: HTML
+Index: /usr/share/doc/rust/book.html
diff --git a/debian/rust-doc.doc-base.intro b/debian/rust-doc.doc-base.intro
new file mode 100644 (file)
index 0000000..4781b37
--- /dev/null
@@ -0,0 +1,11 @@
+Document: rust-intro
+Title: The Rust Guide
+Section: Programming/Rust
+Abstract: This introduction will give you a rough idea of what Rust is
+ like, eliding many details.
+
+Format: HTML
+Index: /usr/share/doc/rust/intro.html
+
+Format: EPUB
+Files: /usr/share/doc/rust/intro.epub
diff --git a/debian/rust-doc.doc-base.reference b/debian/rust-doc.doc-base.reference
new file mode 100644 (file)
index 0000000..e3a232c
--- /dev/null
@@ -0,0 +1,14 @@
+Document: rust-reference
+Title: The Rust Reference
+Section: Programming/Rust
+Abstract: This document is the primary reference for the Rust
+ programming language.
+
+Format: HTML
+Index: /usr/share/doc/rust/reference.html
+
+Format: PDF
+Files: /usr/share/doc/rust/reference.pdf
+
+Format: EPUB
+Files: /usr/share/doc/rust/reference.epub
diff --git a/debian/rust-doc.docs b/debian/rust-doc.docs
new file mode 100644 (file)
index 0000000..30d29de
--- /dev/null
@@ -0,0 +1 @@
+doc/*