From 770137914efbd260f107c2f9bc23afce1b27f6ee Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 13 May 2019 08:44:01 -0500 Subject: [PATCH] update release steps --- release-tasks | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/release-tasks b/release-tasks index 3c5dd0e..9b07b48 100644 --- a/release-tasks +++ b/release-tasks @@ -207,13 +207,10 @@ Contributors for 9.1: (updated 2019-05-12) cd include; find . -name "*h" -print | while read file;do ../contrib/utilities/wrapcomments.py $file >temp;done - then rewrap comments in include/ - - cd include; - find . -name "*h" -print | while read file;do ../contrib/utilities/wrapcomments.py $file >temp;mv temp $file;done - - make sure you don't mess up polynomials_bdm.h ... + [ NOTE: Do not use wrapcomments.py to actually reflow comments - the + script is broken at the moment - Timo & Matthias 2019/05/13 ] + [ make sure you don't mess up polynomials_bdm.h ... ] Also check: grep -l '@ref[^"]*"[^"]*$' **/*.h -- 2.39.5