Deleted Added
full compact
250c250,251
< ( set -x; ln -f -s $$prev lib$$i$$j ); \
---
> ( set -x; \
> rm -f lib$$i$$j; ln -s $$prev lib$$i$$j ); \
679c680
< make -f $$here/Makefile link-shared ); \
---
> $(MAKE) -f $$here/Makefile link-shared ); \
688c689,690
< @for i in doc/apps/*.pod; do \
---
> @pod2man=`cd ../../util; ./pod2mantest ignore`; \
> for i in doc/apps/*.pod; do \
693c695
< sh -c "$(PERL) `cd ../../util; ./pod2mantest ignore` \
---
> sh -c "$(PERL) $$pod2man \
697c699
< done
---
> done; \
703c705
< sh -c "$(PERL) `cd ../../util; ./pod2mantest ignore` \
---
> sh -c "$(PERL) $$pod2man \