summaryrefslogtreecommitdiff
path: root/docs/markdown/RPM-module.md
AgeCommit message (Collapse)Author
2022-01-10remove the RPM moduleEli Schwartz
It is unmaintained, broken (frequently for long periods of time) and not really required for any meson functionality. Its purpose is to be used as a one-shot tool for creating a distro package recipe, and then deleted from your meson.build files. Due to its fragile dependency on coredata implementation details, we cannot assume it will reliably work, or continue to work, without someone who is actively willing to take responsibility for it. Even if that were to happen, this might be better off as an external script that parses introspection data. Closes #9764 Closes #9763
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.