summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-24 19:09:08 +0000
committerMatt Wilson <msw@redhat.com>1999-06-24 19:09:08 +0000
commitb4c2de16c77d85be4cbd740110c82a8cff490496 (patch)
treef315eb0b0cec5a114a387933282abac2cae30f4f /Makefile
parentf4d38fb580f2ed13e11beaa01e5a7d095752272a (diff)
downloadanaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.tar.gz
anaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.tar.xz
anaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.zip
missed syslog.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af14dad01..f6f9cb4a3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,6 @@ subdirs:
install: all
mkdir -p $(DESTDIR)
- cp -a anaconda comps.py gui.py image.py text.py todo.py $(DESTDIR)
+ cp -a anaconda comps.py gui.py image.py text.py todo.py \
+ syslog.py $(DESTDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done