[Pkg-kde-commits] rev 1040 - branches/kde-3.4.0/cdbs

Achim Bohnet ach@mpe.mpg.de
Mon, 2 May 2005 15:21:23 +0200


On Saturday 30 April 2005 16:07, Christopher Martin wrote:
>  common-build-arch:: debian/stamp-man-pages
>  debian/stamp-man-pages:
> -	if test -d debian/man/out; then mkdir -p debian/man/out; fi
> +	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
>  	for f in $$(find debian/man -name '*.sgml'); do \
>  		docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
>  	done

Sorry

Achim -- wearing brown paper bag
> 
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- reddy@lion.austin.ibm.com