summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-23 17:30:25 +0100
committerPeter Simons <simons@cryp.to>2009-12-23 19:12:45 +0100
commit5f81766af9151f17e1190cb737a6e6178cc09158 (patch)
treea323045f0623408db1d8d1a8538ace4c337cbde1 /cfg.mk
parent5f2a1c490bd51130312395b8ff0e569bfcd8b85a (diff)
downloadautoconf-archive-5f81766af9151f17e1190cb737a6e6178cc09158.tar.gz
cfg.mk: both macro2texi.py and macro2html.py depend on the macro.py library
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index a453a1f..9942e7b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -37,11 +37,11 @@ $(STAGEDIR)/%.m4 : $(M4DIR)/%.m4 $(STAGEDIR)/manifest $(srcdir)/macro.py $(srcdi
@$(srcdir)/macro2m4.py "$<" "$@"
@diff -u "$<" "$@"
-$(STAGEDIR)/%.html : $(STAGEDIR)/%.m4 $(srcdir)/macro2html.py
+$(STAGEDIR)/%.html : $(STAGEDIR)/%.m4 $(srcdir)/macro2html.py $(srcdir)/macro.py
@echo generating $@
@$(srcdir)/macro2html.py "$<" "$@"
-$(DOCDIR)/%.texi : $(STAGEDIR)/%.m4 $(srcdir)/macro2texi.py $(DOCDIR)/all-macros.texi
+$(DOCDIR)/%.texi : $(STAGEDIR)/%.m4 $(srcdir)/macro2texi.py $(srcdir)/macro.py $(DOCDIR)/all-macros.texi
@echo generating $@
@$(srcdir)/macro2texi.py "$<" "$@"