Makefile
branchv_0
changeset 71 cfd08606258a
parent 67 78eca0b3ab5f
equal deleted inserted replaced
70:252d43b4c6d6 71:cfd08606258a
    79 # Prints a table with number of items in particular chapters:
    79 # Prints a table with number of items in particular chapters:
    80 statistics: build/statistics.rp
    80 statistics: build/statistics.rp
    81 	cat build/statistics.rp | relpipe-out-tabular
    81 	cat build/statistics.rp | relpipe-out-tabular
    82 	
    82 	
    83 statistics-chart: build/statistics.rp
    83 statistics-chart: build/statistics.rp
    84 	cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"
    84 	cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types"