Skip to content

Commit 2a414fc

Browse files
committed
dodoc: start from clean slate on a tagged version
1 parent 79190f9 commit 2a414fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dodoc.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/"
7777
BLK_SHA1=YesPlease
7878
GNU_ROFF=YesPlease'
7979

80+
case "$NID" in
81+
?*-?*) ;;
82+
?*)
83+
make clean &&
84+
rm -fr doc-html-inst doc-man-inst &&
85+
mkdir doc-html-inst doc-man-inst || exit
86+
;;
87+
esac
88+
8089
make >./:html.log 2>&1 \
8190
-C Documentation -j 2 $dd \
8291
WEBDOC_DEST="$DOCREPO/doc-html-inst" install-webdoc || exit

0 commit comments

Comments
 (0)