Revision: 41919
http://brlcad.svn.sourceforge.net/brlcad/?rev=41919&view=rev
Author: starseeker
Date: 2011-01-04 15:52:24 +0000 (Tue, 04 Jan 2011)
Log Message:
-----------
set srcdir in the CMakeLists.txt file so we can use the fop.xconf.in that is
compatible with autotools (looks like we may have had the wrong CMake variable
in there anyway)
Modified Paths:
--------------
brlcad/branches/cmake/doc/docbook/CMakeLists.txt
brlcad/branches/cmake/doc/docbook/fop.xconf.in
Modified: brlcad/branches/cmake/doc/docbook/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/doc/docbook/CMakeLists.txt 2011-01-04 15:20:32 UTC
(rev 41918)
+++ brlcad/branches/cmake/doc/docbook/CMakeLists.txt 2011-01-04 15:52:24 UTC
(rev 41919)
@@ -1,3 +1,4 @@
+SET(srcdir ${CMAKE_CURRENT_SOURCE_DIR})
configure_file(${CMAKE_SOURCE_DIR}/doc/docbook/fop.xconf.in
${CMAKE_BINARY_DIR}/doc/docbook/fop.xconf)
SET(XSLTPROC_FLAGS
Modified: brlcad/branches/cmake/doc/docbook/fop.xconf.in
===================================================================
--- brlcad/branches/cmake/doc/docbook/fop.xconf.in 2011-01-04 15:20:32 UTC
(rev 41918)
+++ brlcad/branches/cmake/doc/docbook/fop.xconf.in 2011-01-04 15:52:24 UTC
(rev 41919)
@@ -10,6 +10,6 @@
<!-- the base path below works. This referencing is needed so -->
<!-- that xincluded sections of documents referenced across -->
<!-- multiple directories can still find their target images. -->
- <base>@CMAKE_SOURCE_DIR@/doc/docbook/system/man1</base>
+ <base>@srcdir@/system/man1</base>
</fop>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits