diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-07-07 19:51:53 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-07-07 19:51:53 +0000 |
commit | 20b75b5c96b82df177fd2f860fd072b7212be95f (patch) | |
tree | 38cd6296c6bf7fbfe3948457215d9222c4760d05 /perl-install/Makefile | |
parent | 02b5998427c97ce65b6acc2095beb13bc96da9ba (diff) | |
download | drakx-20b75b5c96b82df177fd2f860fd072b7212be95f.tar drakx-20b75b5c96b82df177fd2f860fd072b7212be95f.tar.gz drakx-20b75b5c96b82df177fd2f860fd072b7212be95f.tar.bz2 drakx-20b75b5c96b82df177fd2f860fd072b7212be95f.tar.xz drakx-20b75b5c96b82df177fd2f860fd072b7212be95f.zip |
- remove share/wizard.rc in DISTFILE
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 81406d928..1cbeb8133 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -7,7 +7,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = Makefile Makefile.config Newt apps.net_monitor diskdrake c ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po sbus_probing resize_fat share/diskdrake.rc share/wizard.rc $(STANDALONEPMS) standalone/icons pixmaps network standalone/interactive_http rpcinfo-flushed.c *.pm security harddrake +DISTFILES = Makefile Makefile.config Newt apps.net_monitor diskdrake c ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po sbus_probing resize_fat share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps network standalone/interactive_http rpcinfo-flushed.c *.pm security harddrake OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c |