Skip to content

Commit 8edb2f6

Browse files
authored
Remove Perl preprocessing scripts
They were replaced by Rust versions in 24db54a. Now that the --remote build is available, we should not keep these two code paths around. Closes #234.
1 parent dbadf8c commit 8edb2f6

11 files changed

+10
-367
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*
22
!entities/out
33
!quotes/out
4-
!*.pl
54
!build.sh
65
!lint.sh
76
!Cargo.lock

.gitattributes

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
*.conf text eol=lf
2-
*.inc text eol=lf
3-
*.json text eol=lf
4-
*.md text eol=lf
5-
*.pl text eol=lf
6-
*.py text eol=lf
7-
*.sh text eol=lf
8-
*.yml text eol=lf
1+
* text=auto eol=lf

.pre-process-annotate-attributes.pl

-95
This file was deleted.

.pre-process-index-generator.pl

-58
This file was deleted.

.pre-process-main.pl

-94
This file was deleted.

.pre-process-tag-omission.pl

-89
This file was deleted.

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ RUN pipx install bs-highlighter
2020
COPY . /whatwg/html-build/
2121

2222
ENV SKIP_BUILD_UPDATE_CHECK true
23-
ENV PROCESS_WITH_RUST true
2423
ENTRYPOINT ["bash", "/whatwg/html-build/build.sh"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Local builds will be fastest, but require installing a lot of prerequisites. Usi
2828

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

31-
- `curl`, `grep`, `perl`, `unzip`
31+
- `curl`, `grep`, `perl`, `unzip`, `cargo`
3232

3333
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.
3434

0 commit comments

Comments
 (0)