manpage generation more BSD friendly

This commit is contained in:
Nikos Ntarmos 2007-11-22 09:03:25 +01:00 committed by Julien Danjou
parent 7c361ab884
commit 22655a20b2
1 changed files with 2 additions and 2 deletions

View File

@ -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 $@"