branch: externals/org commit 7fa1694ec6baade1937fffeed422a8eb33ba1ced Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
mk/targets.mk (.PHONY): Add missing non-file targets --- mk/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/targets.mk b/mk/targets.mk index da6955cce6..20f2ae504d 100644 --- a/mk/targets.mk +++ b/mk/targets.mk @@ -27,7 +27,7 @@ ifneq ($(GITSTATUS),) endif .PHONY: all oldorg update update2 up0 up1 up2 single native $(SUBDIRS) \ - check test install $(INSTSUB) \ + check test test-dirty install install-info $(INSTSUB) \ info html pdf card refcard doc docs \ autoloads cleanall clean $(CLEANDIRS:%=clean%) \ clean-install cleanelc cleandirs \