rsyslog_doc_dist
SKILL.md
rsyslog_doc_dist
This skill ensures that all documentation files are correctly registered for distribution in the build system.
Quick Start
- Add File: If you add a
*.rstfile indoc/source/, add it toEXTRA_DISTindoc/Makefile.am. - Move/Rename: If you move or rename a file, update the corresponding path in
doc/Makefile.am. - Remove: If you delete a file, remove its entry from
doc/Makefile.am.
Detailed Instructions
1. The EXTRA_DIST Guard
The rsyslog distribution tarball is created using make dist. For documentation to be included, every source file must be listed in the EXTRA_DIST variable within doc/Makefile.am.