Skip to content
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 Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ EXTRA_DIST += \
EXTRA_DIST += \
BUILD.bazel \
MODULE.bazel \
WORKSPACE.bazel \
build.zig

# These are support files for building under VMS
Expand Down
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,8 @@ The distribution should contain the files listed below.

(F) Auxiliary files for building PCRE2 using other build systems

BUILD.bazel )
MODULE.bazel ) files used by the Bazel build system
WORKSPACE.bazel )
BUILD.bazel ) files used by the Bazel
MODULE.bazel ) build system
build.zig file used by zig's build system

(G) Auxiliary files for building PCRE2 under OpenVMS
Expand Down
1 change: 0 additions & 1 deletion WORKSPACE.bazel

This file was deleted.

5 changes: 2 additions & 3 deletions doc/html/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,8 @@ The distribution should contain the files listed below.

(F) Auxiliary files for building PCRE2 using other build systems

BUILD.bazel )
MODULE.bazel ) files used by the Bazel build system
WORKSPACE.bazel )
BUILD.bazel ) files used by the Bazel
MODULE.bazel ) build system
build.zig file used by zig's build system

(G) Auxiliary files for building PCRE2 under OpenVMS
Expand Down
1 change: 0 additions & 1 deletion maint/UpdateAlways
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ txt_files=(
RunGrepTest
RunTest
SECURITY.md
WORKSPACE.bazel
build.zig
configure.ac
libpcre2-8.pc.in
Expand Down
1 change: 0 additions & 1 deletion maint/manifest-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ drwxr-xr-x tarball-dir/pcre2-SNAPSHOT
-rwxr-xr-x tarball-dir/pcre2-SNAPSHOT/RunTest
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/RunTest.bat
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/SECURITY.md
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/WORKSPACE.bazel
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/aclocal.m4
-rwxr-xr-x tarball-dir/pcre2-SNAPSHOT/ar-lib
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/build.zig
Expand Down