emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ada-ref-man dca5c3b 12/18: Release ada-mode 6.0.1, wisi


From: Stefan Monnier
Subject: [elpa] externals/ada-ref-man dca5c3b 12/18: Release ada-mode 6.0.1, wisi 2.0.1; fix copyright, packaging bugs
Date: Sun, 29 Nov 2020 19:04:49 -0500 (EST)

branch: externals/ada-ref-man
commit dca5c3b23adacd813cda5b78470101e59faa25f1
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    Release ada-mode 6.0.1, wisi 2.0.1; fix copyright, packaging bugs
---
 build/Makefile |  7 ++++++-
 dir            | 20 +++++++++++++++++---
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/build/Makefile b/build/Makefile
index 64fa51c..fb5e3ed 100755
--- a/build/Makefile
+++ b/build/Makefile
@@ -48,11 +48,16 @@ PYTHON ?= python3
 
 .PHONY: all clean publish
 
-all: $(foreach d,$(DOCUMENTS),\
+all:: $(foreach d,$(DOCUMENTS),\
      $(foreach y,$(YEARS),\
      $(foreach f,$(FORMATS),\
        $(d)$(y).$(f))))
 
+all:: create-dir
+
+create-dir : force
+       for file in *.info; do install-info $$file dir; done
+
 # We have been unable to get rid of all the section ref violations, so we
 # specify --no-validate. Delete that to see the errors.
 TEXI_INFO_OPTS := --no-split --no-number-sections --no-validate
diff --git a/dir b/dir
index 62b4bd3..8957649 100644
--- a/dir
+++ b/dir
@@ -1,7 +1,21 @@
+This is the file .../info/dir, which contains the
+topmost node of the Info hierarchy, called (dir)Top.
+The first time you invoke Info you start off looking at this node.
 
-File: dir,     Node: Top
+File: dir,     Node: Top       This is the top of the INFO tree
+
+  This (the Directory node) gives a menu of major topics.
+  Typing "q" exits, "H" lists all Info commands, "d" returns here,
+  "h" gives a primer for first-timers,
+  "mEmacs<Return>" visits the Emacs manual, etc.
+
+  In Emacs, you can click mouse button 2 on a menu item or cross reference
+  to select it.
 
 * Menu:
 
-* Annotated Ada Reference Manual TC1: (aarm2012).
-* Ada Reference Manual TC1:           (arm2012).
+GNU Ada tools
+* Ada Reference Manual: (arm2005).
+* Ada Reference Manual TC1: (arm2012).
+* Annotated ARM: (arm2005).
+* Annotated ARM TC1: (arm2012).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]