skills/smithery.ai/rsyslog_doc_dist

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

  1. Add File: If you add a *.rst file in doc/source/, add it to EXTRA_DIST in doc/Makefile.am.
  2. Move/Rename: If you move or rename a file, update the corresponding path in doc/Makefile.am.
  3. 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.

Installs
2
First Seen
Mar 22, 2026
rsyslog_doc_dist from smithery.ai