fixup manpage move/html

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.4
Nico Schottelius 14 years ago
parent fa309545a8
commit ca139aa444
  1. 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…
Cancel
Save