erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Fix dir entry in ELPA package for ERC


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fix dir entry in ELPA package for ERC
Date: Sun, 14 Oct 2007 00:49:17 -0400

commit 0466dbd901949e8cc203aedb545bd452348d4c8c
Author: Michael W. Olson <address@hidden>
Date:   Mon Sep 10 13:42:39 2007 -0400

    Fix dir entry in ELPA package for ERC
    
    * Makefile (elpa): Copy dir template rather than echoing a few lines.
      The reason for this is that the ELPA package for ERC was getting a
      corrupt dir entry.
    
    * dir-template: Template for the ELPA dir file.

diff --git a/Makefile b/Makefile
index ca4ce8a..4abef18 100644
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,7 @@ elpa: $(MANUAL).info
        cp -r images $(ELPA)/$(SNAPDIR)
        cp erc-pkg.el $(ELPA)/$(SNAPDIR)
        cp $(MANUAL).info $(ELPA)/$(SNAPDIR)
-       echo '* Menu:' > $(ELPA)/$(SNAPDIR)/dir
-       echo >> $(ELPA)/$(SNAPDIR)/dir
+       cp dir-template $(ELPADIR)/$(SNAPDIR)/dir
        install-info --section "Emacs" "Emacs" \
          --info-dir=$(ELPA)/$(SNAPDIR) \
          $(ELPA)/$(SNAPDIR)/$(MANUAL).info
diff --git a/dir-template b/dir-template
new file mode 100644
index 0000000..08346cd
--- /dev/null
+++ b/dir-template
@@ -0,0 +1,15 @@
+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       This is the top of the INFO tree
+
+  This (the Directory node) gives a menu of major topics.
+  Typing "q" exits, "?" 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:




reply via email to

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