mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
manpage generation more BSD friendly
This commit is contained in:
parent
7c361ab884
commit
22655a20b2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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 $@"
|
||||
|
|
Loading…
Reference in a new issue