diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-04 10:20:29 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 5896889327c680c84981542fb7ba95f015650f82 (patch) | |
tree | ba0dd8022f088d31136f3264043085ae5a3af195 | |
parent | 61ceb8a58ea72d4c07ff0b2f669d5f84b75700ec (diff) | |
download | aspectj-5896889327c680c84981542fb7ba95f015650f82.tar.gz aspectj-5896889327c680c84981542fb7ba95f015650f82.zip |
Move quick reference DOC/PDF files to separate directory
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | docs/index.adoc | 8 | ||||
-rw-r--r-- | docs/quickref/quick.doc (renamed from docs/quick.doc) | bin | 55808 -> 55808 bytes | |||
-rw-r--r-- | docs/quickref/quick.pdf (renamed from docs/dist/doc/quick.pdf) | bin | 47246 -> 47246 bytes | |||
-rw-r--r-- | docs/quickref/quick5.doc (renamed from docs/quick5.doc) | bin | 83968 -> 83968 bytes | |||
-rw-r--r-- | docs/quickref/quick5.pdf (renamed from docs/dist/doc/quick5.pdf) | bin | 56648 -> 56648 bytes | |||
-rw-r--r-- | docs/quickref/quick5A4.pdf (renamed from docs/dist/doc/quick5A4.pdf) | bin | 56400 -> 56400 bytes | |||
-rw-r--r-- | docs/quickref/quickA4.pdf (renamed from docs/dist/doc/quickA4.pdf) | bin | 49611 -> 49611 bytes | |||
-rw-r--r-- | docs/readme-docs-module.adoc | 6 |
8 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.adoc b/docs/index.adoc index eeefa6296..28fc85d64 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -12,8 +12,8 @@ for AspectJ 5. |=== |+++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:progguide/index.adoc[programming], xref:devguide/index.adoc[development] and @@ -38,10 +38,10 @@ mailto:aspectj-dev@eclipse.org[developers]. [width="100%",cols="50%,50%",options="header",] |=== |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. -|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. |xref:adk15notebook/index.adoc[AspectJ 5 Developer's Notebook] + diff --git a/docs/quick.doc b/docs/quickref/quick.doc Binary files differindex 515e04e73..515e04e73 100644 --- a/docs/quick.doc +++ b/docs/quickref/quick.doc diff --git a/docs/dist/doc/quick.pdf b/docs/quickref/quick.pdf Binary files differindex 8fc2bdaa6..8fc2bdaa6 100644 --- a/docs/dist/doc/quick.pdf +++ b/docs/quickref/quick.pdf diff --git a/docs/quick5.doc b/docs/quickref/quick5.doc Binary files differindex 2f372f0a9..2f372f0a9 100644 --- a/docs/quick5.doc +++ b/docs/quickref/quick5.doc diff --git a/docs/dist/doc/quick5.pdf b/docs/quickref/quick5.pdf Binary files differindex 02452caac..02452caac 100644 --- a/docs/dist/doc/quick5.pdf +++ b/docs/quickref/quick5.pdf diff --git a/docs/dist/doc/quick5A4.pdf b/docs/quickref/quick5A4.pdf Binary files differindex 317512818..317512818 100644 --- a/docs/dist/doc/quick5A4.pdf +++ b/docs/quickref/quick5A4.pdf diff --git a/docs/dist/doc/quickA4.pdf b/docs/quickref/quickA4.pdf Binary files differindex 502916ecb..502916ecb 100644 --- a/docs/dist/doc/quickA4.pdf +++ b/docs/quickref/quickA4.pdf diff --git a/docs/readme-docs-module.adoc b/docs/readme-docs-module.adoc index 34a2bc077..523912921 100644 --- a/docs/readme-docs-module.adoc +++ b/docs/readme-docs-module.adoc @@ -13,8 +13,8 @@ works: AspectJ API's, script snippets, and instructional trails, all intended to serve as sources for documentation. See xref:sandbox/readme-sandbox.adoc[]. * `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 * `developer`: Docs for AspectJ developers @@ -27,7 +27,7 @@ into the product distribution by the master build script, * When building docbook, uses `../lib/saxon` libraries. * When building installer, using `../lib/build/build.jar` and the `../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 `{AspectJ}/doc/aspectjlib`. |