From e324b974b06b54e9e568caa0b61535ad46baceba Mon Sep 17 00:00:00 2001 From: sabetts Date: Sat, 26 Aug 2000 11:25:37 +0000 Subject: fixed up the make rules. --- Makefile | 6 ++++-- ratpoison.info | 12 ++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1ab4293..0d4a46b 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3