On Tue, Apr 10, 2001 at 09:59:47PM +0200, Josip Rodin wrote: > 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.
If I wanted to run other programs in the Makefile (for example an XML/XSL parser such as sablotron), whom should I contact to make sure the program/version I need is installed and to check whether there are any issues against its use? regards, Jaime

