From f4d38fb580f2ed13e11beaa01e5a7d095752272a Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 24 Jun 1999 19:05:25 +0000 Subject: missed todo.py in install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bcd815a04..af14dad01 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ subdirs: install: all mkdir -p $(DESTDIR) - cp -a anaconda comps.py gui.py image.py text.py $(DESTDIR) + cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR) for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done -- cgit