Skip to content

Commit

Permalink
Remove all traces of xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 31, 2024
1 parent 900ac08 commit 760c82d
Show file tree
Hide file tree
Showing 1,257 changed files with 3 additions and 476,340 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/restore-from-prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if [ -n "${ARCHIVE}" ]; then

echo "::group::{Run ${i}: docs}"
### If any of the doc generating tools change, we need to re-compile the docs
if grep "lib/\(xmerl\|erl_docgen\|edoc\)" "${CHANGES}"; then
if grep "lib/\(xmerl\|edoc\)" "${CHANGES}"; then
echo "Deleting all docs as documentation tools have changed" >&2
rm -rf "${CACHE_DIR}"/lib/*/doc/ "${CACHE_DIR}/erts/doc/" "${CACHE_DIR}/system/"
fi
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ DOC_BOOTSTRAP_BUILD=xmerl edoc erl_docgen
DOC_BOOTSTRAP=$(DOC_BOOTSTRAP_BUILD)

$(BOOTSTRAP_ROOT)/bootstrap/lib/%/update:
$(V_generate)
$(V_at)for x in "$(dir $@)" "$(dir $@)/ebin" "$(dir $@)/include"; do \
if [ ! -d "$$x" ]; then mkdir "$$x"; fi \
done
Expand Down
Empty file removed erts/doc/html/.gitignore
Empty file.
Empty file removed erts/doc/man3/.gitignore
Empty file.
Empty file removed erts/doc/pdf/.gitignore
Empty file.
1 change: 0 additions & 1 deletion erts/doc/specs/.gitignore

This file was deleted.

Loading

0 comments on commit 760c82d

Please sign in to comment.