LDAPAccountManager/lam/docs/manual-sources/make.sh

17 lines
593 B
Bash
Raw Normal View History

2009-11-07 18:08:11 +00:00
#!/bin/bash
# $Id$
#
2014-03-09 11:35:54 +00:00
# Copyright (C) 2009 - 2014 Roland Gruber
2009-11-07 18:08:11 +00:00
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# This script is run to create the LAM manual.
rm -rf ../manual
mkdir ../manual
2017-05-20 07:13:36 +00:00
xsltproc --xinclude -o ../manual/ --stringparam generate.toc "book toc" --stringparam html.stylesheet.type text/css --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl howto.xml
2009-11-07 18:08:11 +00:00
mkdir ../manual/images
cp images/*.png ../manual/images
2013-11-17 10:17:33 +00:00
mkdir ../manual/resources
cp resources/*.* ../manual/resources
2009-11-07 18:08:11 +00:00
cp style.css ../manual