better references of the doc

This commit is contained in:
Sylvestre Ledru 2015-02-13 15:10:41 +01:00
parent 2a34cbd7a1
commit 05e5b4218f
4 changed files with 38 additions and 0 deletions

12
debian/rust-doc.doc-base.book vendored Normal file
View File

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

11
debian/rust-doc.doc-base.intro vendored Normal file
View File

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

14
debian/rust-doc.doc-base.reference vendored Normal file
View File

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

1
debian/rust-doc.docs vendored Normal file
View File

@ -0,0 +1 @@
doc/*