diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-30 21:27:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-30 21:27:34 +0000 |
commit | 93e6ed646886358366a43f4624fa9156d33d3b4f (patch) | |
tree | 0ce13db851f140170bd278d69945fc9d3831caa4 /perl-install/Makefile | |
parent | dc4f67af8cf03f0fdd450399f29a42319d603971 (diff) | |
download | drakx-93e6ed646886358366a43f4624fa9156d33d3b4f.tar drakx-93e6ed646886358366a43f4624fa9156d33d3b4f.tar.gz drakx-93e6ed646886358366a43f4624fa9156d33d3b4f.tar.bz2 drakx-93e6ed646886358366a43f4624fa9156d33d3b4f.tar.xz drakx-93e6ed646886358366a43f4624fa9156d33d3b4f.zip |
add drakx-finish-install
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 d5a9b8402..c4878b86d 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -8,7 +8,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh standalone/finish-install.xsetup OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c |