Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Perl preprocessing scripts #285

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
*
!entities/out
!quotes/out
!*.pl
!build.sh
!lint.sh
!Cargo.lock
Expand Down
9 changes: 1 addition & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
*.conf text eol=lf
*.inc text eol=lf
*.json text eol=lf
*.md text eol=lf
*.pl text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.yml text eol=lf
* text=auto eol=lf
95 changes: 0 additions & 95 deletions .pre-process-annotate-attributes.pl

This file was deleted.

58 changes: 0 additions & 58 deletions .pre-process-index-generator.pl

This file was deleted.

94 changes: 0 additions & 94 deletions .pre-process-main.pl

This file was deleted.

89 changes: 0 additions & 89 deletions .pre-process-tag-omission.pl

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ RUN pipx install bs-highlighter
COPY . /whatwg/html-build/

ENV SKIP_BUILD_UPDATE_CHECK true
ENV PROCESS_WITH_RUST true
ENTRYPOINT ["bash", "/whatwg/html-build/build.sh"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Local builds will be fastest, but require installing a lot of prerequisites. Usi

To build locally, you'll need the following commands installed on your system:

- `curl`, `grep`, `perl`, `unzip`
- `curl`, `grep`, `perl`, `unzip`, `cargo`

Optionally, for faster builds, you can install [Wattsi](https://github.com/whatwg/wattsi). If you don't bother with that, we will use the [build server](https://github.com/whatwg/build.whatwg.org), which requires an internet connection.

Expand Down
Loading