diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | ratpoison.info | 12 |
2 files changed, 12 insertions, 6 deletions
@@ -13,7 +13,9 @@ CFLAGS = -g -Wall -I/usr/X11R6/include SRC = main.o events.o manage.o list.o bar.o HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h -ratpoison: $(SRC) +all: ratpoison ratpoison.info + +ratpoison: $(SRC) gcc $(SRC) -o $@ $(CFLAGS) $(LDFLAGS) $(LIBS) ratpoison.info : ratpoison.texi @@ -26,4 +28,4 @@ install: ratpoison $(CC) -c $(CFLAGS) $(DEBUG) $< -o $@ clean : - rm -f *.o ratpoison + rm -f *.o ratpoison ratpoison.info diff --git a/ratpoison.info b/ratpoison.info index fdfb640..b6bad9c 100644 --- a/ratpoison.info +++ b/ratpoison.info @@ -1,6 +1,10 @@ This is ratpoison.info, produced by makeinfo version 4.0 from ratpoison.texi. +START-INFO-DIR-ENTRY +* ratpoison: (ratpoison). A rat-free Window Manager. +END-INFO-DIR-ENTRY + This is the ratpoison user manual. Copyright (C) 2000 Shawn Betts @@ -114,9 +118,9 @@ do: Tag Table: -Node: Top1005 -Node: About1280 -Node: Contacting1998 -Node: Using ratpoison2509 +Node: Top1119 +Node: About1394 +Node: Contacting2112 +Node: Using ratpoison2623 End Tag Table |