* add the bissector vertical mode.
[hkl.git] / Documentation / SConscript
blobfe23ca497cbba8b5902d605bc8d5feb9d69251c3
1 import os
3 Import('env')
4 lenv = env.Clone()
6 doc = Split("""
7                 user-guide.txt
8                 """)
10 lenv.Install(doc)