summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-24 19:05:25 +0000
committerMatt Wilson <msw@redhat.com>1999-06-24 19:05:25 +0000
commitf4d38fb580f2ed13e11beaa01e5a7d095752272a (patch)
treeea898f10946583d506a768c5362fca96a7410328 /Makefile
parenta350bf6d97e880ee4e1d65785f379b4fe886299d (diff)
downloadanaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.tar.gz
anaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.tar.xz
anaconda-f4d38fb580f2ed13e11beaa01e5a7d095752272a.zip
missed todo.py in install rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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