fixup manpage move/html
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
fa309545a8
commit
ca139aa444
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ manmove: $(MAN1DST) $(MAN7DST) $(MANHTML)
|
|||
mv doc/man/*.html $(HTMLDIR)
|
||||
for mantype in conf/type/*/man.html; do \
|
||||
mannew=$$(echo $$mantype | sed -e 's;conf/;cdist-;' -e 's;/;;' -e 's;/man;;');\
|
||||
mv $$mantype doc/html/$$mannew; \
|
||||
mv $$mantype $(HTMLDIR)/$$mannew; \
|
||||
done
|
||||
|
||||
# Reference depends on conf/type/*/man.text - HOWTO with posix make?
|
||||
|
|
Loading…
Reference in a new issue