]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/quickbook/extra/katepart/install.sh
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / quickbook / extra / katepart / install.sh
CommitLineData
b32b8144 1#! /usr/bin/env bash
7c673cae
FG
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
12echo "Installing boost::hs"
13echo "A few xml files will be copy to the place KDE store katepart sources."
14echo "Files to install"
15
16ls syntax/*.xml -1
17
18echo "Installing..."
19
20cp syntax/*.xml /usr/share/apps/katepart/syntax
21
22echo "Done!"
23echo ""
24