add doc/architecture.pdf to dist

Mathieu Lacage 2007-05-18 18:06:00 +02:00
parent 12840fd46c
commit 418ceadc2b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ns3.name = 'ns3'
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')