From 69249638aaf3e3099303869b9a326106bc8782ad Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 25 Jun 2011 20:07:08 +0200 Subject: [PATCH] Makefile: Add missing dependency Conflicts: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83fbd5af..30a0411f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ files/catalyst.1: doc/catalyst.1.txt doc/subarches.generated.txt doc/asciidoc.co a2x --conf-file=doc/asciidoc.conf --attribute="catalystversion=$(PACKAGE_VERSION)" \ --format=manpage -D files "$<" -doc/subarches.generated.txt: $(wildcard arch/*.py) +doc/subarches.generated.txt: $(wildcard arch/*.py) doc/make_subarch_table_guidexml.py ./doc/make_subarch_table_guidexml.py clean: -- 2.26.2