From 22655a20b26b7a50d2b7447a4f9403364bd36422 Mon Sep 17 00:00:00 2001 From: Nikos Ntarmos Date: Thu, 22 Nov 2007 09:03:25 +0100 Subject: [PATCH] manpage generation more BSD friendly --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04e858c62..be6d185d9 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ ${OBJ}: awesome.h config.mk ${OBJCLIENT}: config.mk awesome.1.xml: $(DOCS) - asciidoc -d manpage -b docbook $< + asciidoc -d manpage -b docbook $< ${.ALLSRC} awesome.1: ${DOCS:.txt=.xml} - xmlto man $< + xmlto man $< ${.ALLSRC} awesome-client: ${OBJCLIENT} @echo -e "\t(CC) ${OBJCLIENT} -o $@"