generate single page HTML, too
This commit is contained in:
parent
100a6fa72f
commit
c076ccb66b
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# $Id$
|
||||
#
|
||||
# Copyright (C) 2009 - 2013 Roland Gruber
|
||||
# Copyright (C) 2009 - 2014 Roland Gruber
|
||||
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||
|
||||
# This script is run to create the LAM manual.
|
||||
|
@ -16,3 +16,13 @@ cp images/*.jpg ../manual/images
|
|||
mkdir ../manual/resources
|
||||
cp resources/*.* ../manual/resources
|
||||
cp style.css ../manual
|
||||
|
||||
rm -rf ../manual-onePage
|
||||
mkdir ../manual-onePage
|
||||
xsltproc -o ../manual-onePage/ --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/onechunk.xsl howto.xml
|
||||
mkdir ../manual-onePage/images
|
||||
cp images/*.png ../manual-onePage/images
|
||||
cp images/*.jpg ../manual-onePage/images
|
||||
mkdir ../manual-onePage/resources
|
||||
cp resources/*.* ../manual-onePage/resources
|
||||
cp style.css ../manual-onePage
|
||||
|
|
Loading…
Reference in New Issue