Remove legacy documents. Updates to README.

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
pull/69/head
Jeff Scheel 6 years ago
parent b99448cf90
commit 8dc64beb00

File diff suppressed because one or more lines are too long

@ -1,5 +1,16 @@
# Programming Guides for Linux on Power
Description TBD...
This project contains documentation helpful to application developers
for Linux on OpenPOWER systems. The following documents are
contained:

- *Linux on Power Porting Guide: Vector Intrinsics* -- A guide to porting
x86 vector intrinsics to the OpenPOWER processor. The online
version of the document can be found in the OpenPOWER Foundation
Document library at [TBD](http://openpowerfoundation.org/?resource_lib=TBD).
- *Intrinsic Function Programming Reference* -- A document detailing
the various vector intinsics on the OpenPOWER processor. This document
is just beginning to be created.

To build this project, one must ensure that the Docs-Master project has
also been cloned at the same directory level as the Docs-Template project.
@ -17,15 +28,12 @@ This can be accomplished with the following steps:
$ git clone https://github.com/OpenPOWERFoundation/Programming-Guides.git
```
3. Build the project with these commands:
3. Build all the documents withing the project with these commands:
```
$ cd Programming-Guides
$ mvn clean generate-sources
```

The online version of the document can be found in the OpenPOWER Foundation
Document library at [TBD](http://openpowerfoundation.org/?resource_lib=TBD).

The project which controls the look and feel of the document is the
[Docs-Maven-Plugin project](https://github.com/OpenPOWERFoundation/Docs-Maven-Plugin), an
OpenPOWER Foundation private project on GitHub. To obtain access to the Maven Plugin project,
@ -40,7 +48,7 @@ can be found in the LICENSE file or online at

## Community
To comment on, propose changes, and engage in community dialogue, you can open issues
in the [Project Issues](https://github.com/OpenPOWERFoundation/ELFv2-ABI/issues) or post to
in the [Project Issues](https://github.com/OpenPOWERFoundation/Programing-Guides/issues) or post to
the community mailing list \([syssw-programming-guides@mailinglist.openpowerfoundation.org](mailto://syssw-programming-guides@mailinglist.openpowerfoundation.org)\).

## Contributions

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save