r21658 by craig - Fix file naming to remove spaces

scribus-commit scribus-commit at lists.scribus.net
Fri Dec 16 22:24:51 UTC 2016


Author: craig
Date: Fri Dec 16 22:24:51 2016
New Revision: 21658

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21658
Log:
Fix file naming to remove spaces

Modified:
    branches/Version14x/Scribus/resources/templates/CMakeLists.txt
    branches/Version14x/Scribus/resources/templates/template.xml

Modified: branches/Version14x/Scribus/resources/templates/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21658&path=/branches/Version14x/Scribus/resources/templates/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/resources/templates/CMakeLists.txt	(original)
+++ branches/Version14x/Scribus/resources/templates/CMakeLists.txt	Fri Dec 16 22:24:51 2016
@@ -412,10 +412,10 @@
 	)
 
 	INSTALL(FILES
-	Lulu_and_Createspace_6x9_paper_book/Lulu and Createspace 6x9 paper book.png
-	Lulu_and_Createspace_6x9_paper_book/Lulu and Createspace 6x9 paper book.sla.gz
-	Lulu_and_Createspace_6x9_paper_book/Lulu and Createspace 6x9 paper booktn.png
-	Lulu_and_Createspace_6x9_paper_book/Tomato Clipart.png
+	Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.png
+	Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.sla.gz
+	Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_booktn.png
+	Lulu_and_Createspace_6x9_paper_book/Tomato_Clipart.png
 	  DESTINATION ${TEMPLATEDIR}Lulu_and_Createspace_6x9_paper_book
 	)
 	  

Modified: branches/Version14x/Scribus/resources/templates/template.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21658&path=/branches/Version14x/Scribus/resources/templates/template.xml
==============================================================================
--- branches/Version14x/Scribus/resources/templates/template.xml	(original)
+++ branches/Version14x/Scribus/resources/templates/template.xml	Fri Dec 16 22:24:51 2016
@@ -2,9 +2,9 @@
 <templates>
 	<template category="Books">
 		<name>Lulu and Createspace 6x9 paper book</name>
-		<file>Lulu and Createspace 6x9 paper book.sla.gz</file>
-		<tnail>Lulu and Createspace 6x9 paper booktn.png</tnail>
-		<img>Lulu and Createspace 6x9 paper book.png</img>
+		<file>Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.sla.gz</file>
+		<tnail>Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_booktn.png</tnail>
+		<img>Lulu_and_Createspace_6x9_paper_book/Lulu_and_Createspace_6x9_paper_book.png</img>
 		<psize>custom, 432x648</psize>
 		<color></color>
 		<descr>Basic 6x9 paperback book template for use with services such as Lulu and Createspace. This is just a template, provided as-is without guarantee of any kind. </descr>




More information about the scribus-commit mailing list