From 13f7c502149f184089117a061f5238901df45f8b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 26 Sep 2002 19:33:30 +0000 Subject: syncing with HEAD some more (This used to be commit 805a89fbb771659ce9d397daad59f47d8b5fefcc) --- docs/docbook/scripts/make-article.pl | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/docbook/scripts/make-article.pl (limited to 'docs/docbook/scripts/make-article.pl') diff --git a/docs/docbook/scripts/make-article.pl b/docs/docbook/scripts/make-article.pl deleted file mode 100644 index d1f8c66832..0000000000 --- a/docs/docbook/scripts/make-article.pl +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/perl - -$ignore = 0; - -print "\n"; - -while () { - - $_ =~ s/') { - $ignore = 1; - } - - if ( $_ =~ '') { - $ignore = 0; - $_ = ""; - } - - - if (! $ignore) { print "$_"; } - - -} -- cgit