[phpBB Documentation Commits] r364 - /trunk/documentation/create_pdf.sh
Patrick Webster
noxwizard at phpbb.com
Sun Jun 20 02:18:52 BST 2010
Author: Noxwizard
Date: Sun Jun 20 02:18:52 2010
New Revision: 364
Log:
I suppose some people would like to run that on a non-Windows machine. Switching slash direction and line endings.
Modified:
trunk/documentation/create_pdf.sh (contents, props changed)
Modified: trunk/documentation/create_pdf.sh
==============================================================================
*** trunk/documentation/create_pdf.sh (original)
--- trunk/documentation/create_pdf.sh Sun Jun 20 02:18:52 2010
***************
*** 1,9 ****
! #!/bin/bash
!
! echo "Removing previous PDF"
! rm olympus_doc.pdf
!
! echo "Creating new PDF"
! fop -xml olympus_doc.xml -xsl xsl\olympus_pdf.xsl -pdf olympus_doc.pdf
!
echo "Done"
\ No newline at end of file
--- 1,9 ----
! #!/bin/bash
!
! echo "Removing previous PDF"
! rm olympus_doc.pdf
!
! echo "Creating new PDF"
! fop -xml olympus_doc.xml -xsl xsl/olympus_pdf.xsl -pdf olympus_doc.pdf
!
echo "Done"
\ No newline at end of file
Propchange: trunk/documentation/create_pdf.sh
------------------------------------------------------------------------------
svn:eol-style = native
More information about the documentation-commits
mailing list