diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:18:52 (GMT) |
commit | 3c1250527d43864c309cbf0dd2f9356042124d21 (patch) | |
tree | 457872409543640bc391a51c500c510bae145f5e /doc/design/native.xml | |
parent | 5b4de675705f2cb7aea430e557b9c66475483522 (diff) | |
download | SCons-3c1250527d43864c309cbf0dd2f9356042124d21.zip SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.gz SCons-3c1250527d43864c309cbf0dd2f9356042124d21.tar.bz2 |
- switched all docs to SCons XSD
Diffstat (limited to 'doc/design/native.xml')
-rw-r--r-- | doc/design/native.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/design/native.xml b/doc/design/native.xml index c665e0c..60be9dd 100644 --- a/doc/design/native.xml +++ b/doc/design/native.xml @@ -1,6 +1,18 @@ +<?xml version='1.0'?> +<!DOCTYPE sconsdoc [ + <!ENTITY % scons SYSTEM "../scons.mod"> + %scons; +]> + +<chapter id="chap-native" + xmlns="http://www.scons.org/dbxsd/v1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd"> +<title>Native Python Interface</title> + <!-- - Copyright (c) 2001, 2002, 2003 Steven Knight + __COPYRIGHT__ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -362,3 +374,5 @@ beyond what the man page will have. <!-- END HTML --> </section> + +</chapter> |