]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/extra/katepart/install.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / quickbook / extra / katepart / install.sh
1 #! /bin/bash
2
3 # boost::hs installer
4 #
5 # Copyright 2006 Matias Capeletto
6 # Distributed under the Boost Software License, Version 1.0.
7 # (See accompanying file LICENSE_1_0.txt or copy at
8 # http://www.boost.org/LICENSE_1_0.txt)
9
10 # This script install the .xml kate syntax files in KDE
11
12 echo "Installing boost::hs"
13 echo "A few xml files will be copy to the place KDE store katepart sources."
14 echo "Files to install"
15
16 ls syntax/*.xml -1
17
18 echo "Installing..."
19
20 cp syntax/*.xml /usr/share/apps/katepart/syntax
21
22 echo "Done!"
23 echo ""
24