File: SConscript

package info (click to toggle)
glob2 0.9.4.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,848 kB
  • sloc: cpp: 89,685; python: 868; ansic: 259; sh: 49; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
Import("env")
Import("PackTar")
    
if 'dist' or 'install' in COMMAND_LINE_TARGETS:
    PackTar(env["TARFILE"], "sans.ttf")
    env.Install(env["INSTALLDIR"]+"/glob2/data/fonts", "sans.ttf")
    env.Alias("install", env["INSTALLDIR"]+"/glob2/data/fonts")
    PackTar(env["TARFILE"], "SConscript")