Kapil,

How the `install' command will look like for the following case?

Given:

   A file:        images/a.png
   A directory:   /n/gold/5/gurari/WWW/temp/.
                 
Get a variant of

    cp images/a.png /n/gold/5/gurari/WWW/temp/.

where the variant command

   (1) Creates the directory 

               /n/gold/5/gurari/WWW/temp/images/

   (2) Copies a.png from

               images/a.png

       into

               /n/gold/5/gurari/WWW/temp/images/

I tried

       install images/a.png /n/gold/5/gurari/WWW/temp/.

and couldn't figure out the effect of the execution of the command.

-eitan




 > > and the problem is due to target-directory not having the subdirectory
 > > image200708, a possible solution can be to use instead of the command
 > > cp a call to a more general utility that besides for copying the files
 > > also creates missing sub directories when the need arises.
 > 
 > On Debian systems one can use the "install" utility to do this. I
 > could perhaps make the appropriate change to tex4ht.env for this.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to