Changeset 401 for trunk/Makefile
- Timestamp:
- Oct 2, 2018, 1:16:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r371 r401 9 9 COMPDIR=/etc/bash_completion.d 10 10 11 .PHONY: all install update sync upload stat help 11 .PHONY: all install update sync upload stat help pkg 12 12 13 13 all: … … 47 47 cadaver --rcfile=cadaverrc 48 48 49 pkg: all 50 ./make-package-debian 51 49 52 stat: 50 53 svn log|egrep '^r[[:digit:]]'|egrep -v '^r1[[:space:]]'|awk '{print $$3}'|sort|uniq -c |gnuplot -p -e 'set style fill solid 1.00 border 0; set style histogram; set style data histogram; set xtics rotate by 0; set style line 7 linetype 0 linecolor rgb "#222222"; set grid ytics linestyle 7; set xlabel "User contributor" font "bold"; set ylabel "Number of commit" font "bold"; plot "/dev/stdin" using 1:xticlabels(2) title "commit" linecolor rgb "#666666"' … … 58 61 @echo " * sync : sync with official repository" 59 62 @echo " * upload : upload on public dav forge space" 63 @echo " * pkg : build Debian package" 60 64 @echo " * stat : svn stat with gnuplot graph"
Note: See TracChangeset
for help on using the changeset viewer.