blob: 4ff48b794009cb7734d5053be67b41e34b581cfd (
plain)
1
2
3
4
5
6
7
8
9
10
|
require docbook-sgml-dtd-native.inc
DTD_VERSION = "4.4"
do_compile() {
# Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/sgml-dtd.html
# for details.
sed -i -e '/ISO 8879/d' -e '/gml/d' docbook.cat
}
|