summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-05-10 22:19:10 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-05-10 22:19:10 +0200
commit80f43ab6595c63567ed55e1b56fda640f83a122f (patch)
treec158a5ce0dd04e859f37156dc96febd0719129ba /Makefile
parent58aef46d74ff577f60eb9e0478d6de3361c8a4e9 (diff)
downloadpsutil-80f43ab6595c63567ed55e1b56fda640f83a122f.tar.gz
add a script to print releases timeline in RST format; also show a diff between versions in the timeline section of the doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12469d4c..319e77ca 100644
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,10 @@ release:
print-announce:
@PYTHONWARNINGS=all $(PYTHON) scripts/internal/print_announce.py
+# Print releases' timeline.
+print-timeline:
+ @PYTHONWARNINGS=all $(PYTHON) scripts/internal/print_timeline.py
+
# ===================================================================
# Misc
# ===================================================================