aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-07-09 17:02:12 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-07-09 17:14:18 +0200
commit0740316bd2f35d297f02b08e219765272ecc6822 (patch)
treef5d29bf24e5338d94558490d7228a6d76a925945 /Makefile
parentMan page: fix typo "athalon-xp" (diff)
downloadcatalyst-0740316bd2f35d297f02b08e219765272ecc6822.tar.gz
catalyst-0740316bd2f35d297f02b08e219765272ecc6822.tar.bz2
catalyst-0740316bd2f35d297f02b08e219765272ecc6822.zip
Migrate doc/make_target_table.py to Catalyst 2.x and Python 2.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbdb525d..ba802ad2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ $(MAN_PAGES): files/%: doc/%.txt $(MAN_PAGE_INCLUDES) doc/asciidoc.conf Makefile
doc/subarches.generated.txt: $(wildcard arch/*.py) doc/make_subarch_table_guidexml.py
./doc/make_subarch_table_guidexml.py
-doc/targets.generated.txt: doc/make_target_table.py $(wildcard modules/catalyst/targets/*.py)
+doc/targets.generated.txt: doc/make_target_table.py $(wildcard modules/*_target.py)
"./$<" > "$@"
clean: