diff --git a/MAINTAINER.txt b/MAINTAINER.txt index 33a74a83c..7d1d4bcda 100644 --- a/MAINTAINER.txt +++ b/MAINTAINER.txt @@ -593,6 +593,8 @@ contrib/98_FileLogConvert.pm DeeSPe Automatisierung contrib/97_SprinkleControl.pm Tobias Unterstützende Dienste contrib/98_Sprinkle.pm Tobias Unterstützende Dienste contrib/betateilchen/* betateilchen Sonstiges +contrib/commandref* rudolfkoenig Sonstiges +contrib/pre-commit rudolfkoenig Sonstiges contrib/DEBIAN/* betateilchen Sonstiges contrib/deprecated/70_Pushalot.pm Talkabout (deprecated) contrib/deprecated/95_PachLog.pm rudolfkoenig/orphan (deprecated) diff --git a/contrib/commandref_modular.pl b/contrib/commandref_modular.pl index 8b7facf2e..94523523a 100644 --- a/contrib/commandref_modular.pl +++ b/contrib/commandref_modular.pl @@ -92,6 +92,7 @@ for my $lang (@lang) { my $linkDumped = 0; while(my $l = ) { + $l =~ s,class="commandref,class="commandref modular,; print OUT $l; if($l =~ m,\s*,) { print OUT << 'EOF' diff --git a/contrib/commandref_static.pl b/contrib/commandref_static.pl index 950b04850..8f457e297 100755 --- a/contrib/commandref_static.pl +++ b/contrib/commandref_static.pl @@ -106,6 +106,7 @@ for my $lang (@lang) { my $linkDumped = 0; while(my $l = <IN>) { + $l =~ s,class="commandref,class="commandref modular,; print OUT $l; if($l =~ m,\s*<title>,) { print OUT << 'EOF'