From 5896889327c680c84981542fb7ba95f015650f82 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 4 Jan 2024 10:20:29 +0700 Subject: [PATCH] Move quick reference DOC/PDF files to separate directory Signed-off-by: Alexander Kriegisch --- docs/index.adoc | 8 ++++---- docs/{ => quickref}/quick.doc | Bin docs/{dist/doc => quickref}/quick.pdf | Bin docs/{ => quickref}/quick5.doc | Bin docs/{dist/doc => quickref}/quick5.pdf | Bin docs/{dist/doc => quickref}/quick5A4.pdf | Bin docs/{dist/doc => quickref}/quickA4.pdf | Bin docs/readme-docs-module.adoc | 6 +++--- 8 files changed, 7 insertions(+), 7 deletions(-) rename docs/{ => quickref}/quick.doc (100%) rename docs/{dist/doc => quickref}/quick.pdf (100%) rename docs/{ => quickref}/quick5.doc (100%) rename docs/{dist/doc => quickref}/quick5.pdf (100%) rename docs/{dist/doc => quickref}/quick5A4.pdf (100%) rename docs/{dist/doc => quickref}/quickA4.pdf (100%) 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 similarity index 100% rename from docs/quick.doc rename to docs/quickref/quick.doc diff --git a/docs/dist/doc/quick.pdf b/docs/quickref/quick.pdf similarity index 100% rename from docs/dist/doc/quick.pdf rename to docs/quickref/quick.pdf diff --git a/docs/quick5.doc b/docs/quickref/quick5.doc similarity index 100% rename from docs/quick5.doc rename to docs/quickref/quick5.doc diff --git a/docs/dist/doc/quick5.pdf b/docs/quickref/quick5.pdf similarity index 100% rename from docs/dist/doc/quick5.pdf rename to docs/quickref/quick5.pdf diff --git a/docs/dist/doc/quick5A4.pdf b/docs/quickref/quick5A4.pdf similarity index 100% rename from docs/dist/doc/quick5A4.pdf rename to docs/quickref/quick5A4.pdf diff --git a/docs/dist/doc/quickA4.pdf b/docs/quickref/quickA4.pdf similarity index 100% rename from docs/dist/doc/quickA4.pdf rename to 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`. -- 2.39.5