@@ -128,6 +128,7 @@ package: substitute-debian
128128
129129test : substitute-sources
130130 pytest test/unit -vv
131+ pytest test/misc -vv
131132 make clean-cache
132133
133134autotest :
@@ -184,17 +185,22 @@ general-help:
184185 @echo
185186 @echo " Commands:"
186187 @echo " install Install on the local computer without using package manager;"
187- @echo " uninstall Remove installed util from system;"
188- @echo " man Create man file. "
189- @echo " Require argparse-manpage python library;"
188+ @echo " uninstall Removes the installed utility from the system;"
189+ @echo " reinstall Removes the installed utility from the system and then installs it again; "
190+ @echo " man Create man file. Require argparse-manpage python library;"
190191 @echo " pre-commit Runs all pre-commit hooks;"
191192 @echo " test Runs unit tests with pytest framework;"
192193 @echo " autotest Runs auto tests."
193194 @echo " Required installed '$( UTIL_NAME) ' util and provided ACCESS_TOKEN;"
195+ @echo " substitute-sources Substitutes dynamic variables into source code files and generates final files;"
196+ @echo " substitute-debian Substitutes dynamic variables into debian files and generates final files;"
197+ @echo " substitute-docker Substitutes dynamic variables into docker files and generates final files;"
194198 @echo " package Build the debian package;"
195199 @echo " clean-cache Delete __pycache__ folders created by pytest framework;"
196200 @echo " clean Remove generated while installing and testing files in the source directory (contains clean-cache);"
197201 @echo " clean-all Remove all generated files such as created docker files, debian and sources (contains clean);"
202+ @echo " todo-list Displays what is good to do in the source code;"
203+ @echo " general-help Displays information about upper-level targets;"
198204 @echo " help Displays information about all available targets."
199205 @echo
200206
0 commit comments