View | Details | Raw Unified
Collapse All | Expand All

(-) a2ps-4.13.orig/man/Makefile.maint (-1 / +1 lines)
 Lines 20-26    Link Here 
	    --include=$(basename $@).x \
	    --include=$(basename $@).x \
	    --include=common.x \
	    --include=common.x \
	    $(executable) > $@-t || exit 1; \
	    $(executable) > $@-t || exit 1; \
	  chmod -w $@-t || exit 1; \
	  chmod a-w $@-t || exit 1; \
	  rm -f $@ || exit 1; \
	  rm -f $@ || exit 1; \
	  mv $@-t $@ || exit 1; \
	  mv $@-t $@ || exit 1; \
	else \
	else \