diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-03-22 02:27:11 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-03-22 02:27:11 -0400 |
commit | a225ef44f3a75de5e68eabc4517d1502cd50e8a2 (patch) | |
tree | 10cc7ea56596e65133428561f8202d14a488b67d | |
parent | 22b8cfe6d3ead3d313005213267179b7b935e2b1 (diff) | |
download | illumos-joyent-a225ef44f3a75de5e68eabc4517d1502cd50e8a2.tar.gz |
243 system manual pages should live with the software (fix incremental)
-rw-r--r-- | usr/src/man/man3perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3perl/Makefile b/usr/src/man/man3perl/Makefile index 3c30b0a0ea..4c4f09b157 100644 --- a/usr/src/man/man3perl/Makefile +++ b/usr/src/man/man3perl/Makefile @@ -43,10 +43,10 @@ include ../Makefile.man # As a workaround, install the files manually in a FRC target. CMD= $(INS) -s -m $(FILEMODE) -f $(ROOTMAN)/man$(MANSECT) install: FRC - @for file in $(MANFILES); do \ - if [[ $$file -nt $(ROOTMAN)/man$(MANSECT)/$$file ]]; then \ + @for file in $(MANFILES); do \ + if [[ $$file -nt $(ROOTMAN)/man$(MANSECT)/$$file ]]; then \ $(ECHO) $(CMD) $$file; \ - $(RM) $(ROOTMAN)man$(MANSECT)/$$file; \ + $(RM) $(ROOTMAN)/man$(MANSECT)/$$file; \ $(CMD) $$file; \ fi \ done; |