Browse Source

Move quick reference DOC/PDF files to separate directory

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_1
Alexander Kriegisch 4 months ago
parent
commit
5896889327

+ 4
- 4
docs/index.adoc View File

|=== |===
|+++Section+++ |+++Contents+++ |+++Section+++ |+++Contents+++


|xref:#documentation[Documentation] |xref:faq/faq.adoc#faq[FAQ], xref:dist/doc/quick5.pdf[Quick
Reference (AspectJ 5)], xref:dist/doc/quick.pdf[Quick Reference (1.2.1)],
|xref:#documentation[Documentation] |xref:faq/faq.adoc#faq[FAQ], xref:quickref/quick5.pdf[Quick
Reference (AspectJ 5)], xref:quickref/quick.pdf[Quick Reference (1.2.1)],
xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook], xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook],
xref:progguide/index.adoc[programming], xref:progguide/index.adoc[programming],
xref:devguide/index.adoc[development] and xref:devguide/index.adoc[development] and
[width="100%",cols="50%,50%",options="header",] [width="100%",cols="50%,50%",options="header",]
|=== |===
|Documentation |Description |Documentation |Description
|xref:dist/doc/quick5.pdf[AspectJ 5 Quick Reference] |This is a four-page quick
|xref:quickref/quick5.pdf[AspectJ 5 Quick Reference] |This is a four-page quick
reference for the AspectJ 5 language. reference for the AspectJ 5 language.


|xref:dist/doc/quick.pdf[AspectJ Quick Reference] |This is a two-page quick
|xref:quickref/quick.pdf[AspectJ Quick Reference] |This is a two-page quick
reference for the AspectJ language. reference for the AspectJ language.


|xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] + |xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] +

docs/quick.doc → docs/quickref/quick.doc View File


docs/dist/doc/quick.pdf → docs/quickref/quick.pdf View File


docs/quick5.doc → docs/quickref/quick5.doc View File


docs/dist/doc/quick5.pdf → docs/quickref/quick5.pdf View File


docs/dist/doc/quick5A4.pdf → docs/quickref/quick5A4.pdf View File


docs/dist/doc/quickA4.pdf → docs/quickref/quickA4.pdf View File


+ 3
- 3
docs/readme-docs-module.adoc View File

AspectJ API's, script snippets, and instructional trails, all intended AspectJ API's, script snippets, and instructional trails, all intended
to serve as sources for documentation. See xref:sandbox/readme-sandbox.adoc[]. to serve as sources for documentation. See xref:sandbox/readme-sandbox.adoc[].
* `teaching`: Teaching materials, esp. for the AspectJ tutorials. * `teaching`: Teaching materials, esp. for the AspectJ tutorials.
* `quick.doc`: The Microsoft Word source file for the .pdf Quick Reference
guides `dist/doc/quick.pdf` and `dist/doc/quickA4.pdf`.
* `quickref/quick.doc`: The Microsoft Word source file for the .pdf Quick Reference
guides `quickref/quick.pdf` and `quickref/quickA4.pdf`.
* `build.xml`: Ant build script for the doc distribution * `build.xml`: Ant build script for the doc distribution
* `developer`: Docs for AspectJ developers * `developer`: Docs for AspectJ developers


* When building docbook, uses `../lib/saxon` libraries. * When building docbook, uses `../lib/saxon` libraries.
* When building installer, using `../lib/build/build.jar` and the * When building installer, using `../lib/build/build.jar` and the
`../build/installer-resources`. `../build/installer-resources`.
* `dist/doc/quick.pdf` is generated manually from `quick.doc`.
* `quickref/quick.pdf` is generated manually from `quickref/quick.doc`.
* `../org.aspectj.lib` provides library sources for * `../org.aspectj.lib` provides library sources for
`{AspectJ}/doc/aspectjlib`. `{AspectJ}/doc/aspectjlib`.



Loading…
Cancel
Save