=== modified file 'Makefile' --- Makefile 2008-11-18 11:55:08 +0000 +++ Makefile 2008-11-16 12:28:38 +0000 @@ -14,9 +14,6 @@ MANDIR=$(PREFIX)/share/man MAN3DIR=$(MANDIR)/man3 -MANSOURCE=$(wildcard *.3.sh) -BUILTMAN=$(MANSOURCE:.3.sh=.3) - ifeq ($(DEBUG),1) CFLAGS_DEBUG=-ggdb -DDEBUG endif @@ -40,14 +37,14 @@ %.o: %.c termkey.h termkey-internal.h $(CC) $(CFLAGS) $(CFLAGS_DEBUG) -Wall -std=c99 -fPIC -o $@ -c $< -doc: $(BUILTMAN) +doc: termkey_waitkey.3 termkey_getkey.3 %.3: %.3.sh sh $< >$@ .PHONY: clean clean: - rm -f *.o demo $(BUILTMAN) termkey.h + rm -f *.o demo .PHONY: install install: install-inc install-lib install-man