summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-26 11:25:37 +0000
committersabetts <sabetts>2000-08-26 11:25:37 +0000
commite324b974b06b54e9e568caa0b61535ad46baceba (patch)
tree246f22f60d07aed15f5837725b0ab8b67c0fbbdb
parent174da3c7458ed66b7906291c4d5531b92f4b1258 (diff)
downloadratpoison-e324b974b06b54e9e568caa0b61535ad46baceba.zip
fixed up the make rules.
-rw-r--r--Makefile6
-rw-r--r--ratpoison.info12
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