fixup manpage move/html

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-24 23:40:56 +01:00
parent fa309545a8
commit ca139aa444
1 changed files with 1 additions and 1 deletions

View File

@ -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?