summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml-strict/CMakeLists.txt
blob: 6cadd461826b8cf194a6b69d913be267b186ea1a (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
#################################################
#
#  (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 area.tag base.tag blockquote.tag body.tag
    br.tag col.tag colgroup.tag div.tag empty.tag
    form.tag head.tag headings.tag hr.tag html.tag
    input.tag li.tag link.tag meta.tag ol.tag
    option.tag p.tag script.tag select.tag style.tag
    table.tag tbody.tag td.tag textarea.tag tfoot.tag
    th.tag thead.tag tr.tag ul.tag description.rc
    abbr.tag acronym.tag address.tag b.tag bdo.tag
    big.tag button.tag caption.tag cite.tag code.tag
    dd.tag del.tag dfn.tag dl.tag dt.tag em.tag
    fieldset.tag i.tag img.tag ins.tag kbd.tag
    label.tag legend.tag map.tag noscript.tag
    object.tag optgroup.tag param.tag pre.tag q.tag
    samp.tag small.tag span.tag strong.tag sub.tag
    sup.tag title.tag tt.tag var.tag common.tag
  DESTINATION ${DATA_INSTALL_DIR}/quanta/dtep/xhtml-strict )