From 297cec06815b32ca19de62422c72670169fbad5d Mon Sep 17 00:00:00 2001
From: Paul LeoNerd Evans <leonerd@leonerd.org.uk>
Date: Tue, 18 Nov 2008 11:55:08 +0000
Subject: Better Makefile support for built manpages and termkey.h file

---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 97441a1..c8724c4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ INCDIR=$(PREFIX)/include
 MANDIR=$(PREFIX)/share/man
 MAN3DIR=$(MANDIR)/man3
 
+MANSOURCE=$(wildcard *.3.sh)
+BUILTMAN=$(MANSOURCE:.3.sh=.3)
+
 ifeq ($(DEBUG),1)
   CFLAGS_DEBUG=-ggdb -DDEBUG
 endif
@@ -37,14 +40,14 @@ libtermkey.so: termkey.o driver-csi.o driver-ti.o
 %.o: %.c termkey.h termkey-internal.h
 	$(CC) $(CFLAGS) $(CFLAGS_DEBUG) -Wall -std=c99 -fPIC -o $@ -c $<
 
-doc: termkey_waitkey.3 termkey_getkey.3
+doc: $(BUILTMAN)
 
 %.3: %.3.sh
 	sh $< >$@
 
 .PHONY: clean
 clean:
-	rm -f *.o demo
+	rm -f *.o demo $(BUILTMAN) termkey.h
 
 .PHONY: install
 install: install-inc install-lib install-man
-- 
cgit v1.2.3-70-g09d2