ruby-tut-developer
[Top][All Lists]
Advanced

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

[ruby-tut] Makefile


From: Robert Gogolok
Subject: [ruby-tut] Makefile
Date: Wed, 19 Mar 2003 17:35:00 +0100
User-agent: KMail/1.5

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

On Wed, Mar 19, 2003 at 04:05:15PM +0100, Laurent Sansonetti wrote:
> I just commited some changes in the beginner template:
>  - improved a bit the Makefile
I'm not familar with Makefiles. But what about finding out the path to the
xsl-stylesheet dir?

We only need to set XSLPATH .........

Index: Makefile
===================================================================
RCS file: /cvsroot/ruby-tut/beginner/template/Makefile,v
retrieving revision 1.2
diff -u -3 -p -r1.2 Makefile
- --- Makefile    19 Mar 2003 14:59:21 -0000      1.2
+++ Makefile    19 Mar 2003 15:52:31 -0000
@@ -1,10 +1,8 @@
- -
 # XML files:
  FILES = book.xml legal.xml header.xml chapter_1.xml chapter_2.xml
  chapter_3.xml

   # XSL stylesheet:
   -XSL = ./stylesheets/xhtml/chunk.xsl
   -#XSL = /usr/local/share/xsl/docbook/xhtml/chunk.xsl
   +XSL = $(XSLPATH)/xhtml/chunk.xsl

    # Output directory:
     OUT = ./xhtml/

Robert!
- -- 
http://www.kde.de
HP: http://www.stud.uni-saarland.de/~rogo5001/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+eJw3xdrCMIgl4fURAt7FAJ4v2x9A7Sh6Veh1yoNdmAGdRpYUkQCfUNx5
fYFD3WrZvylTygpLRzMew9Y=
=Ig24
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]