Makefile: new relpipe-tr-cut syntax v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 11 May 2021 22:29:39 +0200
branchv_0
changeset 71 cfd08606258a
parent 70 252d43b4c6d6
child 72 2e86632f5aef
Makefile: new relpipe-tr-cut syntax
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"