From 3d4ad9058a089f4ba97dabcb9b5b8e99e88bfd15 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 24 Mar 2017 23:33:33 -0400 Subject: [PATCH] some release task fixes --- release-tasks | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/release-tasks b/release-tasks index 4db4ecb..97a687a 100644 --- a/release-tasks +++ b/release-tasks @@ -349,12 +349,12 @@ Wolfgang Bangerth, Timo Heister, Guido Kanschat, and Matthias Maier 8/ Remove unfinished tutorial programs. - For 8.3, these are steps 47, 50 + For 8.5, these are steps 47, 50 a) Delete directories on the branch: cd examples - git rm -r step-47 step-50 + git rm -r step-47 step-50 git commit -a -m "removed unfinished steps (release tasks step 8)." b) These steps should also not be listed on the branch in @@ -392,9 +392,7 @@ Wolfgang Bangerth, Timo Heister, Guido Kanschat, and Matthias Maier cd builddoc cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=$PWD/../installeddoc ../ make -j 10 documentation - cd doc - cmake -P cmake_install.cmake - cd ../../installeddoc/doc + cd ../installeddoc/doc for i in `find . | egrep '\.html$'` ; do \ perl ../../doc/doxygen/scripts/validate-xrefs.pl $i ; done -- 2.39.5