X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeTargets;h=ec4cf1b7f5fa1eeed0deb203e06469f63926030b;hb=a257f99826f4783418330dbb3b33bfbdf18ed252;hp=278aa7ad28e4963b0163f20b0145d4f4ef41634e;hpb=a4afbec326049d23ffe43df7d4a66436de4fe319;p=libfirm diff --git a/MakeTargets b/MakeTargets index 278aa7ad2..ec4cf1b7f 100644 --- a/MakeTargets +++ b/MakeTargets @@ -31,6 +31,14 @@ else $(CC) -M $(DEFS) $(CPPFLAGS) $(filter %.c,$^) >.depend || { $(RM) .depend; false; } endif +autodoc_xref: subdir_autodoc_xref local_autodoc_xref +.PHONY: local_autodoc_xref +local_autodoc_xref: $(LOCALXREFSFILE) + +autodoc_html: subdir_autodoc_html local_autodoc_html +.PHONY: local_autodoc_html +local_autodoc_html: $(HTMLFILES) + # Recurse into $(subdirs) for $(targets) $(addprefix subdir_,$(targets)): $(subdirs)