fix makefile for new manpages
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
308f1ab740
commit
2f9c491621
4
Makefile
4
Makefile
|
@ -39,8 +39,8 @@ changelogs:
|
|||
|
||||
manpages:
|
||||
mkdir -p html/doc/manpages
|
||||
cd src; for manpage in *.?.txt; \
|
||||
do asciidoc -a icons -b xhtml11 -o ../html/doc/manpages/`basename $${manpage} .txt`.html $$manpage; \
|
||||
cd src/manpages; for manpage in *.?.txt; \
|
||||
do asciidoc -a icons -b xhtml11 -o ../../html/doc/manpages/`basename $${manpage} .txt`.html $$manpage; \
|
||||
done
|
||||
|
||||
.PHONY: authors.mdwn changelogs manpages
|
||||
|
|
Loading…
Reference in New Issue