also link core manpages into tmp

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.4
Nico Schottelius 14 years ago
parent 1a2f7bb8bb
commit 1398cde9f0
  1. 4
      Makefile

@ -82,10 +82,12 @@ all:
# #
# Type manpages are in no good format for asciidoc, make them look good! # Type manpages are in no good format for asciidoc, make them look good!
manlinktypes: $(MANTMPDIR) manlink: $(MANTMPDIR)
for mansrc in $(MAN7TYPESRC); do \ for mansrc in $(MAN7TYPESRC); do \
dst="$$(echo $$mansrc | sed -e 's;conf/;cdist-;' -e 's;/;;' -e 's;/man;;' -e 's;^;$(MANTMPDIR)/;')"; \ dst="$$(echo $$mansrc | sed -e 's;conf/;cdist-;' -e 's;/;;' -e 's;/man;;' -e 's;^;$(MANTMPDIR)/;')"; \
ln -sf ../../../$$mansrc $$dst; done ln -sf ../../../$$mansrc $$dst; done
for mansrc in $(MAN1SRC); do ln -sf ../../../$$mansrc $(MANTMPDIR); done
for mansrc in $(MAN7SRC); do ln -sf ../../../$$mansrc $(MANTMPDIR); done
################################################################################ ################################################################################

Loading…
Cancel
Save