[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-www-cvs broken



On Tue, Apr 10, 2001 at 04:29:59PM +0200, Javier Fdz-Sanguino Pen~a wrote:
> 	Now this brings another question. If I want a directory to be
> 	published "as is" without any wml makeup, nor Makefile, how
> 	can I do it?

Simply use a makefile that does this:

WMLBASE=../..
CUR_DIR=whatever/whatever

include $(WMLBASE)/Make.lang

install::
	install -m 664 -p myfiles* $(HTMLDIR)

cleandest::
        rm -f $(HTMLDIR)/myfiles*

That's all.

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: