summaryrefslogtreecommitdiffstats
path: root/kdoctools/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the complete ksgmltools2 in the binary directorySlávek Banko2020-06-161-23/+3
| | | | | | | | | | | | instead of updating in the source. The configuration file mechanism is used to update items in general.entities instead of loading the file and replacing it with regular expressions. This relates to bug 3135. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* The date for updating the release information in docbookSlávek Banko2020-03-251-11/+19
| | | | | | | | | | | entities is converted exclusively by cmake code instead of calling the "date" binary because it may have different options on different systems. If the file modification date is to be determined, GNU find is necessary. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use the source package date or the source git repository dateSlávek Banko2020-03-151-26/+77
| | | | | | | | | | | instead of the current build date. The use of a stable date is necessary to achieve reproducible builds. Updating release information in docbook entities is done directly in CMake rules. Entities will no longer be duplicated during repeated updates. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* force cmake to create update-entities script in binary directory: make ↵Golubev Alexander2013-07-261-3/+3
| | | | sources read-only
* Added support for automated release version, date, copyright entities in ↵Darrell Anderson2012-04-051-0/+39
help files.