Skip to content

Commit 63f607e

Browse files
committed
Update make docs procedure
1 parent e4e73c8 commit 63f607e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/make-docs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#
3939
# - Imperfect implementation of container name.
4040
#
41-
# Faciliates running `make vale` and `make docs` at once.
41+
# Facilitates running `make vale` and `make docs` at once.
4242
# Container names are convenient for recognition in `docker ps` but the current implementation has more downsides than upsides.
4343
#
4444
# - Forced platform specification now that multiple architecture images exist.
@@ -779,8 +779,7 @@ EOF
779779
-e '/website-proxy/ d' \
780780
-e '/rm -rf dist*/ d' \
781781
-e '/Press Ctrl+C to stop/ d' \
782-
-e '/make/ d' \
783-
-e '/WARNING: The manual_mount source directory/ d'
782+
-e '/make/ d'
784783
fi
785784
;;
786785
esac

0 commit comments

Comments
 (0)