relpipe-data/examples/ssm-xmltable-1.makefile
branchv_0
changeset 326 ab7f333f1225
parent 272 a756214f1ee8
equal deleted inserted replaced
325:4560c5623d7d 326:ab7f333f1225
    15 # Prints a table with number of items in particular chapters:
    15 # Prints a table with number of items in particular chapters:
    16 statistics: build/statistics.rp
    16 statistics: build/statistics.rp
    17 	cat build/statistics.rp | relpipe-out-tabular
    17 	cat build/statistics.rp | relpipe-out-tabular
    18 	
    18 	
    19 statistics-chart: build/statistics.rp
    19 statistics-chart: build/statistics.rp
    20 	cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"
    20 	cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"