diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-26 16:13:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-01-26 16:13:05 +0000 |
commit | 992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99 (patch) | |
tree | 87a8ff86c6802cd80f1e4818fc8da89873a5768d /perl-install/Makefile | |
parent | 4ecc84061788d2358194b69e6a45a1d90175c508 (diff) | |
download | drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.gz drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.bz2 drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.xz drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.zip |
- move convert script from spec file into standalone/convert
- btw, do not try converting if uneeded
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 3068f4d6c..2a228826d 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 standalone/finish-install.xsetup +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/convert standalone/finish-install.xsetup standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c |