122347Spstprefix=@prefix@
222347Spstexec_prefix=@exec_prefix@
322347Spstbindir=@bindir@
422347Spstmandir=@mandir@
522347Spst
622347SpstLOCALBIN=$bindir
722347SpstLOCALMAN=$mandir
822347Spst
922347Spstecho ""
1022347Spstecho "Binaries are going to be installed into $LOCALBIN,"
1122347Spstecho "Manual pages are going to be installed into $LOCALMAN."
1222347Spstecho ""
1322347Spstecho "creating Makefile"
1422347Spstcat Makefile.munge | sed s:@LOCALMAN@:$LOCALMAN:g | sed s:@LOCALBIN@:$LOCALBIN:g > Makefile
1522347Spstecho ""
1622347Spstecho "Have you read the README file?"
17