##// END OF EJS Templates
doc: fix regexp for determining the man page section...
Cédric Duval -
r8822:1027da7d default
parent child Browse files
Show More
@@ -39,7 +39,7 b' MANIFEST: man html'
39 39
40 40 install: man
41 41 for i in $(MAN) ; do \
42 subdir=`echo $$i | sed -n 's/..*\.\([0-9]\)$$/man\1/p'` ; \
42 subdir=`echo $$i | sed -n 's/^.*\.\([0-9]\)$$/man\1/p'` ; \
43 43 mkdir -p $(DESTDIR)$(MANDIR)/$$subdir ; \
44 44 $(INSTALL) $$i $(DESTDIR)$(MANDIR)/$$subdir ; \
45 45 done
General Comments 0
You need to be logged in to leave comments. Login now