From c085b40904e5d0a1c165d0aa3d28f59ace6bd53e Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Fri, 11 Mar 2016 12:58:30 +0100 Subject: Specify dependencies for generated docs. This should save some manual deleting and regenerating of these files. --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index fdb4b9ea..95de3969 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -42,10 +42,10 @@ help: @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" -$(COMMAND_OPTION_TABLES): +$(COMMAND_OPTION_TABLES): ../alot/commands/__init__.py python source/generate_commands.py -$(CONFIG_OPTION_TABLES): +$(CONFIG_OPTION_TABLES): ../alot/defaults/alot.rc.spec python source/generate_configs.py clean: -- cgit v1.2.3