summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-24 19:04:36 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-24 19:04:36 +0000
commit77cfa9a2413f030638a1331c71098fe3a4f92a75 (patch)
treeef32392b364fd3f6774e423e6bd69af1690f4c94 /perl-install/install/Makefile
parent0c9e63691bb754abfb989876dab6d15c65f6e9fd (diff)
downloaddrakx-backup-do-not-use-77cfa9a2413f030638a1331c71098fe3a4f92a75.tar
drakx-backup-do-not-use-77cfa9a2413f030638a1331c71098fe3a4f92a75.tar.gz
drakx-backup-do-not-use-77cfa9a2413f030638a1331c71098fe3a4f92a75.tar.bz2
drakx-backup-do-not-use-77cfa9a2413f030638a1331c71098fe3a4f92a75.tar.xz
drakx-backup-do-not-use-77cfa9a2413f030638a1331c71098fe3a4f92a75.zip
(install_pms) clean more inline docs
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r--perl-install/install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile
index 8edca9c79..79662f95a 100644
--- a/perl-install/install/Makefile
+++ b/perl-install/install/Makefile
@@ -55,7 +55,7 @@ install_pms:
cd .. ; for i in $(PMS); do \
dest=$(DESTREP4PMS)/`dirname $$i`; \
install -d $$dest; \
- perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(back|begin|head)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \
+ perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(back|begin|head|item)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \
done
cp ../share/*.rc share/*.rc $(DESTREP4PMS)