a1c5ff3fb6
* Added the DocBook EBNF module. svn path=/nixpkgs/trunk/; revision=926
9 lines
169 B
Bash
9 lines
169 B
Bash
. $stdenv/setup
|
|
|
|
mkdir -p $out/xml/dtd/docbook-ebnf
|
|
cd $out/xml/dtd/docbook-ebnf
|
|
stripHash $dtd
|
|
cp -p $dtd $strippedName
|
|
stripHash $catalog
|
|
cp -p $catalog $strippedName
|