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 /docs/readme-docs-module.adoc | |
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>
Diffstat (limited to 'docs/readme-docs-module.adoc')
-rw-r--r-- | docs/readme-docs-module.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
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`. |