summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-29 15:51:52 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-11-27 16:16:04 +0100
commit31a3a2591ff8b6960d573bcbdfeb92896d142b96 (patch)
tree8103a7214277d9e3cba79cd1419e7620b4e609f8
parent568f0d856c145bd5764e0419f821996b717d7c09 (diff)
downloaddrakx-31a3a2591ff8b6960d573bcbdfeb92896d142b96.tar
drakx-31a3a2591ff8b6960d573bcbdfeb92896d142b96.tar.gz
drakx-31a3a2591ff8b6960d573bcbdfeb92896d142b96.tar.bz2
drakx-31a3a2591ff8b6960d573bcbdfeb92896d142b96.tar.xz
drakx-31a3a2591ff8b6960d573bcbdfeb92896d142b96.zip
introduce drakdoc in order to look @ drakx POD doc
-rw-r--r--perl-install/Makefile.config2
-rwxr-xr-xperl-install/standalone/drakdoc2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 791f9e4e8..769314346 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -9,7 +9,7 @@ SO_FILES = c/blib/arch/auto/c/c.so
PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote
PMS = *.pm $(PMS_DIRS:%=%/*.pm) install/*.pm install/help/*.pm install/commands install/install2
-STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakautologin drakboot drakbug drakbug_report drakclock drakedm drakdvb drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm
+STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakautologin drakboot drakbug drakbug_report drakclock drakedm drakdvb drakdoc drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm
STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%)
ALLPMS = $(PMS) $(STANDALONEPMS)
diff --git a/perl-install/standalone/drakdoc b/perl-install/standalone/drakdoc
new file mode 100755
index 000000000..16ae17c6b
--- /dev/null
+++ b/perl-install/standalone/drakdoc
@@ -0,0 +1,2 @@
+#!/bin/sh
+PERL5LIB=/usr/lib/libDrakX perldoc $@