aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-05-27 11:18:32 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-05-27 11:18:32 -0400
commit59cc585cfad3c2f666006e4b1c049dfa676fffd4 (patch)
treed7b04ed90ad43ea75db6fa52b97d0330e48145c7
parent27bf18f4f138503f67151c2ad31d07cee3dccbb8 (diff)
* Makefile: generate a dir info file
-rw-r--r--Makefile1
-rw-r--r--dir18
2 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 487cafe..5e5dfc6 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ lisp:
docs:
$(MAKE) -C $(DOCDIR)
+ for file in $(DOCDIR)*.info; do install-info $$file dir; done
emms-print-metadata: $(SRCDIR)/emms-print-metadata.cpp
$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs`
diff --git a/dir b/dir
new file mode 100644
index 0000000..9f22df5
--- /dev/null
+++ b/dir
@@ -0,0 +1,18 @@
+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:
+
+Emacs
+* Emms: (emms). The Emacs Multimedia System