diff doc/Makefile @ 8274:c3bf229d3d4b

doc: update tracker_config.txt Every generation of tracker_config.txt also changes the secret_key value. To prevent this from showing up in diffs, modify format_config.awk to use a static value for the secret_key and substitute it into the config file. Also update Makefile so tracker_config.txt depends on format_config.awk.
author John Rouillard <rouilj@ieee.org>
date Sun, 12 Jan 2025 20:13:36 -0500
parents 8824c81cc431
children
line wrap: on
line diff
--- a/doc/Makefile	Sun Jan 12 19:50:31 2025 -0500
+++ b/doc/Makefile	Sun Jan 12 20:13:36 2025 -0500
@@ -3,7 +3,7 @@
 	cd ..; ./setup.py build_doc
 
 ##@ build doc parts
-tracker_config.txt: ../roundup/configuration.py ## generate a current config file
+tracker_config.txt: ../roundup/configuration.py format_config.awk ## generate a current config file
 
 	python3 ../roundup/scripts/roundup_admin.py \
                genconfig _temp_config.txt

Roundup Issue Tracker: http://roundup-tracker.org/