summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-26 11:23:23 +0000
committersabetts <sabetts>2000-08-26 11:23:23 +0000
commit174da3c7458ed66b7906291c4d5531b92f4b1258 (patch)
tree33ac8371ecd82cc1d22766d8833fbdeeddd297b4
parentf5903db475495040c0d0ef5e4ad1aeb0fbc1723f (diff)
downloadratpoison-174da3c7458ed66b7906291c4d5531b92f4b1258.zip
added a makefile enty for the info file and install information in the info
file.
-rw-r--r--Makefile3
-rw-r--r--ratpoison.texi9
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d7e393..1ab4293 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h
ratpoison: $(SRC)
gcc $(SRC) -o $@ $(CFLAGS) $(LDFLAGS) $(LIBS)
+ratpoison.info : ratpoison.texi
+ makeinfo ratpoison.texi
+
install: ratpoison
cp ratpoison $(INSTALL_DIR)
diff --git a/ratpoison.texi b/ratpoison.texi
index c4cd185..8f87c28 100644
--- a/ratpoison.texi
+++ b/ratpoison.texi
@@ -6,6 +6,13 @@
@c %**end of header
@ifinfo
+@format
+START-INFO-DIR-ENTRY
+* ratpoison: (ratpoison). A rat-free Window Manager.
+END-INFO-DIR-ENTRY
+@end format
+
+@ifinfo
This is the ratpoison user manual.
Copyright @copyright{} 2000 Shawn Betts
@@ -67,6 +74,8 @@ except that this permission notice may be stated in a
translation approved by the Free Software Foundation.
@end titlepage
+@end ifinfo
+
@ifinfo
This document explains how to use ratpoison.
@end ifinfo