author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Fri, 18 May 2007 18:06:00 +0200 | |
changeset 656 | 01ccd5f47ed4 |
parent 655 | f2ee52034178 |
child 657 | be551a3b07c6 |
child 659 | ae1c85bcb33e |
SConstruct | file | annotate | diff | comparison | revisions |
--- a/SConstruct Fri May 18 18:03:48 2007 +0200 +++ b/SConstruct Fri May 18 18:06:00 2007 +0200 @@ -9,6 +9,7 @@ ns3.distname = 'ns' ns3.doxygen_config = os.path.join('doc', 'doxygen.conf') ns3.add_extra_dist(os.path.join('doc', 'main.txt')) +ns3.add_extra_dist ('doc/architecture.pdf') ns3.add_extra_dist ('doc/contributing.txt') ns3.add_extra_dist ('doc/build.txt') ns3.add_extra_dist ('doc/mercurial.txt')