summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml11/CMakeLists.txt
blob: ab1a9db0565e3f26dfc4a8af8903368ba32836f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install( FILES
    a.tag abbr.tag acronym.tag address.tag
    area.tag b.tag base.tag bdo.tag big.tag
    blockquote.tag body.tag br.tag caption.tag
    cite.tag code.tag col.tag colgroup.tag dd.tag
    del.tag description.rc dfn.tag div.tag dl.tag
    dt.tag em.tag empty.tag fieldset.tag form.tag
    head.tag headings.tag hr.tag html.tag i.tag
    image.tag input.tag ins.tag kbd.tag label.tag
    legend.tag li.tag link.tag map.tag meta.tag
    noscript.tag object.tag ol.tag optgroup.tag
    option.tag p.tag param.tag pre.tag q.tag
    rb.tag rbc.tag rp.tag rt.tag rtc.tag ruby.tag
    samp.tag script.tag select.tag small.tag span.tag
    strong.tag style.tag sub.tag sup.tag table.tag
    tbody.tag td.tag textarea.tag tfoot.tag th.tag
    thead.tag title.tag tr.tag tt.tag ul.tag var.tag
    button.tag applet.tag common.tag
  DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/xhtml11 )