File: SConscript

package info (click to toggle)
create-resources 0.1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 10,648 kB
  • sloc: makefile: 17
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
Import('env')
print('Preparing Documentation ...')
docs = ['spec_0.1.1.html', 'styles.css']

installdir=env['PREFIX'] + '/share/doc/create'
env.Install(installdir, docs)
idocs=env.Alias('install-docs', installdir)
Export('idocs')