This pull request includes several changes to the Makefile, documentation, and script files to improve the process of handling acronyms. The most important changes include adding a new sort-acronyms target in the Makefile, updating the README.md to reflect these changes, and removing the scripts/clean.sh file.
Makefile and Script Changes:
Added a new sort-acronyms target to the Makefile to sort the acronyms file by the first and second fields. (MakefileMakefileL57-R69)
Removed the scripts/clean.sh script, which previously handled sorting and linting of the acronyms file. (scripts/clean.shscripts/clean.shL1-L19)
Documentation Updates:
Updated the README.md to instruct users to use make sort-acronyms for sorting acronyms instead of the removed clean.sh script. (README.mdREADME.mdL24-R24)
Clarified the description of the make spelling-check command in the README.md. (README.mdREADME.mdL35-R33)
Minor Script Update:
Added a comment to the scripts/wtf.sh script to indicate its purpose as a local version of the wtf-bot. (scripts/wtf.shscripts/wtf.shR2)…vkit
This pull request includes several changes to the
Makefile
, documentation, and script files to improve the process of handling acronyms. The most important changes include adding a newsort-acronyms
target in theMakefile
, updating theREADME.md
to reflect these changes, and removing thescripts/clean.sh
file.Makefile and Script Changes:
sort-acronyms
target to theMakefile
to sort the acronyms file by the first and second fields. (Makefile
MakefileL57-R69)scripts/clean.sh
script, which previously handled sorting and linting of the acronyms file. (scripts/clean.sh
scripts/clean.shL1-L19)Documentation Updates:
README.md
to instruct users to usemake sort-acronyms
for sorting acronyms instead of the removedclean.sh
script. (README.md
README.mdL24-R24)make spelling-check
command in theREADME.md
. (README.md
README.mdL35-R33)Minor Script Update:
scripts/wtf.sh
script to indicate its purpose as a local version of the wtf-bot. (scripts/wtf.sh
scripts/wtf.shR2)…vkit