diff options
author | sabetts <sabetts> | 2000-08-26 11:23:23 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-26 11:23:23 +0000 |
commit | 174da3c7458ed66b7906291c4d5531b92f4b1258 (patch) | |
tree | 33ac8371ecd82cc1d22766d8833fbdeeddd297b4 | |
parent | f5903db475495040c0d0ef5e4ad1aeb0fbc1723f (diff) | |
download | ratpoison-174da3c7458ed66b7906291c4d5531b92f4b1258.zip |
added a makefile enty for the info file and install information in the info
file.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | ratpoison.texi | 9 |
2 files changed, 12 insertions, 0 deletions
@@ -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 |