cleanup: update files

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
K.B.Dharun Krishna 2023-12-21 20:50:42 +05:30
parent 6eff6f3b48
commit 2550de7185
2 changed files with 1 additions and 4 deletions

View File

@ -4,8 +4,7 @@ The current directory contains useful scripts used/to use with `tldr` pages.
## Summary
This section contains a summary of the scripts available in this directory. For more information about each script, please refer to the
header of each script.
This section contains a summary of the scripts available in this directory. For more information about each script, please refer to the header of each script.
- [pdf](pdf/README.md) directory contains the `render.py` and `build-pdf.sh` script and related resources to generate a PDF document of tldr-pages for a specific language or platform (or both).
- [build.sh](build.sh) script builds the ZIP archives of the `pages` directory.

View File

@ -24,5 +24,3 @@ for path in $(find pages* -name '*.md' -type f); do
echo "Inconsistency found in file: $path: $COMMAND_NAME_PAGE should be $COMMAND_NAME_FILE" >> "$OUTPUT_FILE"
fi
done
echo "Filename consistency check completed. Output written to: $OUTPUT_FILE"