diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-24 19:04:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-24 19:04:36 +0000 |
commit | 801359802608904a8f02e222ec2fc788179da651 (patch) | |
tree | ef32392b364fd3f6774e423e6bd69af1690f4c94 | |
parent | bc7391c0ccc3aa905a9caeca496168b43a693cb2 (diff) | |
download | drakx-801359802608904a8f02e222ec2fc788179da651.tar drakx-801359802608904a8f02e222ec2fc788179da651.tar.gz drakx-801359802608904a8f02e222ec2fc788179da651.tar.bz2 drakx-801359802608904a8f02e222ec2fc788179da651.tar.xz drakx-801359802608904a8f02e222ec2fc788179da651.zip |
(install_pms) clean more inline docs
-rw-r--r-- | perl-install/install/Makefile | 2 |
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) |