# HG changeset patch # User František Kučera # Date 1620764979 -7200 # Node ID cfd08606258ab0fcba129a6466dcb7cb84cc85bc # Parent 252d43b4c6d6659e307a6137960bb8e1cdcdf7bb Makefile: new relpipe-tr-cut syntax diff -r 252d43b4c6d6 -r cfd08606258a Makefile --- a/Makefile Mon Aug 24 15:29:12 2020 +0200 +++ b/Makefile Tue May 11 22:29:39 2021 +0200 @@ -81,4 +81,4 @@ cat build/statistics.rp | relpipe-out-tabular statistics-chart: build/statistics.rp - cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" + cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"