diff options
author | Matt Wilson <msw@redhat.com> | 1999-06-24 19:09:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-06-24 19:09:08 +0000 |
commit | b4c2de16c77d85be4cbd740110c82a8cff490496 (patch) | |
tree | f315eb0b0cec5a114a387933282abac2cae30f4f /Makefile | |
parent | f4d38fb580f2ed13e11beaa01e5a7d095752272a (diff) | |
download | anaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.tar.gz anaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.tar.xz anaconda-b4c2de16c77d85be4cbd740110c82a8cff490496.zip |
missed syslog.py
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |