[docs] xmldocs - racke modified Makefile

Stefan Hornburg racke at linuxia.de
Thu Nov 4 09:09:33 EST 2004


On Thu, 4 Nov 2004 13:08:13 +0100
Davor Ocelic <docelic at mail.inet.hr> wrote:

> 
> > > The tail was there to strip out <?xml ...> or something from the top of
> > > the file.
> > 
> > In that case tail is the wrong tool. You should've used sed/grep/perl for
> > that.
> 
> I wanted to discard first line, and tail +2 did just that.

Wrong idea, it's better to discard first line only if it contains certain
patterns. Your idea finally broke the build processs.

> See it for yourself:
> 
> cat /etc/syslog.conf | head
> cat /etc/syslog.conf | tail +2 | head
> 
> > Now I'll fix your Config.pm breakage.
> 
> My bad :( I thought it was straightforward. I'll try seeing how
> to *really* make it work ;-)

Anyone of us should build and install before committing.

> 
> P.S. Please comment on that mail I sent you to racke-at-linuxia;
> just give me the direction I should look in.

Which one ?

	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the docs mailing list