]> git.ipfire.org Git - thirdparty/curl.git/commit
scripts: move three scripts from lib/ to scripts/
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Mar 2022 14:26:09 +0000 (15:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Mar 2022 14:26:11 +0000 (15:26 +0100)
commit8e22fc68e7dda43e9f0b6857b1057d0e9131a4b2
tree6fbf7a94f2636f7bdab12252bcd19caecf60de4a
parentb478d59e9dc435565a7d47d58a8b915e3d80de63
scripts: move three scripts from lib/ to scripts/

Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't
particularly belong in lib/

Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying
those files in the root Makefile.am

Closes #8625
16 files changed:
Makefile.am
docs/CODE_STYLE.md
docs/examples/Makefile.am
include/curl/Makefile.am
lib/Makefile.am
packages/Makefile.am
projects/checksrc.bat
scripts/Makefile.am
scripts/checksrc.pl [moved from lib/checksrc.pl with 100% similarity]
scripts/firefox-db2pem.sh [moved from lib/firefox-db2pem.sh with 100% similarity]
scripts/mk-ca-bundle.pl [moved from lib/mk-ca-bundle.pl with 100% similarity]
src/Makefile.am
tests/data/test1185
tests/libtest/Makefile.am
tests/server/Makefile.am
tests/unit/Makefile.am