changeset 13311:de40bba6236d

243 system manual pages should live with the software (fix incremental)
author Richard Lowe <richlowe@richlowe.net>
date Tue, 22 Mar 2011 02:27:11 -0400
parents fc9f3d59525e
children 537259ad27f6
files usr/src/man/man3perl/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/man/man3perl/Makefile	Mon Mar 21 19:57:30 2011 -0400
+++ b/usr/src/man/man3perl/Makefile	Tue Mar 22 02:27:11 2011 -0400
@@ -43,10 +43,10 @@
 # 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;