Skip to content

Commit

Permalink
Merge pull request #1403 from ikedas/issue-1386_part1 by ikedas
Browse files Browse the repository at this point in the history
Deprecate scripts under bin/ (#1386), part 1 of 2
  • Loading branch information
ikedas authored Nov 15, 2022
2 parents 74d51c5 + 30fe569 commit 12b26a3
Show file tree
Hide file tree
Showing 25 changed files with 1,111 additions and 2,045 deletions.
44 changes: 0 additions & 44 deletions doc/sympa_toc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -93,54 +93,10 @@ Alias database maintenance

=over

=item L<arc2webarc(1)>

TBD.

=item L<init_comment(1)>

TBD.

=item L<mod2html(1)>

Generates HTML view of messages to be moderated

=item L<p12topem(1)>

TBD.

=item L<sympa_soap_client(1)>

TBD.

=item L<sympa_test_ldap(1)>

Testing LDAP connection for Sympa

=item L<testlogs(1)>

TBD.

=item L<tpl2tt2(1)>

TBD.

=item L<upgrade_bulk_spool(1)>

Migrating messages in bulk tables

=item L<upgrade_send_spool(1)>

Upgrade messages in incoming spool

=item L<upgrade_shared_repository(1)>

Encode file names in shared repositories.

=item L<upgrade_sympa_password(1)>

Upgrading password in database

=back

=head2 Auxiliary Programs
Expand Down
46 changes: 4 additions & 42 deletions src/bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,46 +24,19 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

perlscripts = \
arc2webarc.pl \
sympa_test_ldap.pl \
p12topem.pl \
init_comment.pl \
testlogs.pl \
mod2html.pl \
tpl2tt2.pl \
sympa_soap_client.pl \
upgrade_bulk_spool.pl \
upgrade_send_spool.pl \
upgrade_shared_repository.pl \
upgrade_sympa_password.pl
mod2html.pl

script_SCRIPTS = $(perlscripts)

man1_MANS = \
mod2html.1 \
sympa_test_ldap.1 \
upgrade_bulk_spool.1 \
upgrade_send_spool.1 \
upgrade_shared_repository.1 \
upgrade_sympa_password.1
mod2html.1

EXTRA_DIST = \
arc2webarc.pl.in \
init_comment.pl.in \
mod2html.pl.in \
p12topem.pl.in \
sympa_test_ldap.pl.in \
testlogs.pl.in \
tpl2tt2.pl.in \
sympa_soap_client.pl.in \
upgrade_bulk_spool.pl.in \
upgrade_send_spool.pl.in \
upgrade_shared_repository.pl.in \
upgrade_sympa_password.pl.in
mod2html.pl.in

CLEANFILES = $(perlscripts) $(bin_SCRIPTS) $(man1_MANS)

arc2webarc.pl init_comment.pl mod2html.pl p12topem.pl sympa_test_ldap.pl testlogs.pl tpl2tt2.pl sympa_soap_client.pl upgrade_bulk_spool.pl upgrade_send_spool.pl upgrade_shared_repository.pl upgrade_sympa_password.pl: Makefile
mod2html.pl: Makefile
@rm -f $@
$(AM_V_GEN)$(SED) \
-e 's|--PERL--|$(PERL)|' \
Expand All @@ -80,18 +53,7 @@ arc2webarc.pl init_comment.pl mod2html.pl p12topem.pl sympa_test_ldap.pl testlog
< $(srcdir)/$@.in > $@
@chmod +x $@

arc2webarc.pl: $(srcdir)/arc2webarc.pl.in
init_comment.pl: $(srcdir)/init_comment.pl.in
mod2html.pl: $(srcdir)/mod2html.pl.in
p12topem.pl: $(srcdir)/p12topem.pl.in
symp_test_ldap.pl: $(srcdir)/sympa_test_ldap.pl.in
testlogs.pl: $(srcdir)/testlogs.pl.in
tpl2tt2.pl: $(srcdir)/tpl2tt2.pl.in
sympa_soap_client.pl: $(srcdir)/sympa_soap_client.pl.in
upgrade_bulk_spool.pl: $(srcdir)/upgrade_bulk_spool.pl.in
upgrade_send_spool.pl: $(srcdir)/upgrade_send_spool.pl.in
upgrade_shared_repository.pl: $(srcdir)/upgrade_shared_repository.pl.in
upgrade_sympa_password.pl: $(srcdir)/upgrade_sympa_password.pl.in

.pl.1: Makefile
@rm -f $@
Expand Down
Loading

0 comments on commit 12b26a3

Please sign in to comment.