Ticket #203: Ticket203-Makefile-sed.patch

File Ticket203-Makefile-sed.patch, 601 bytes (added by Christian Franke, 13 years ago)

Patch for Makefile.am removes {...} from sed command

  • Makefile.am

     
    544544          -e '/^\.\\" %IF OS .*$(os_man_filter)/,/^\.\\" %ENDIF OS .*$(os_man_filter)/ s,^,!!,' \
    545545          -e '/^\.\\" %IF OS ./,/^\.\\" %ENDIF OS ./ s,^,.\\"\# ,' \
    546546          -e '/^!*\.\\" %IF NOT OS ./,/^!*\.\\" %ENDIF NOT OS ./ s,^,!!,' \
    547           -e '/^!!/{ s,^!!!*,,; s,^\.\\"! \(.*\)$$,\1 \\"\#, ;}' ; \
     547          -e 's,^!!!*\.\\"! \(.*\)$$,\1 \\"\#,' \
     548          -e 's,^!!!*,,' ; \
    548549    else \
    549550      cat; \
    550551    fi