Skip to content

Commit bdf5fa7

Browse files
committed
contrib/dist/publish_doc: update the example doc we look for
2.0.4 doc might be removed in some future, look for 2.8.0 now Signed-off-by: Brice Goglin <[email protected]>
1 parent a7549c0 commit bdf5fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dist/publish_doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if test "x$dst" = "x" -o "x$dst" = "x-h" -o "x$dst" = "x--help"; then
1212
exit_usage
1313
fi
1414

15-
EXAMPLE=v2.0.4
15+
EXAMPLE=v2.8.0
1616
if test -d "$dst/projects/hwloc/doc/$EXAMPLE/"; then
1717
dst=`realpath "$dst/projects/hwloc/doc/"`
1818
else if test -d "$dst/hwloc/doc/$EXAMPLE/"; then

0 commit comments

Comments
 (0)