SConstruct
changeset 660 8aaf62962dcf
parent 659 ae1c85bcb33e
parent 658 32307a281d86
child 661 ec0c58ab1e34
equal deleted inserted replaced
659:ae1c85bcb33e 660:8aaf62962dcf
    14 ns3.doxygen_config = os.path.join('doc', 'doxygen.conf')
    14 ns3.doxygen_config = os.path.join('doc', 'doxygen.conf')
    15 ns3.add_extra_dist(os.path.join('doc', 'main.txt'))
    15 ns3.add_extra_dist(os.path.join('doc', 'main.txt'))
    16 ns3.add_extra_dist ('doc/architecture.pdf')
    16 ns3.add_extra_dist ('doc/architecture.pdf')
    17 ns3.add_extra_dist ('doc/contributing.txt')
    17 ns3.add_extra_dist ('doc/contributing.txt')
    18 ns3.add_extra_dist ('doc/build.txt')
    18 ns3.add_extra_dist ('doc/build.txt')
       
    19 ns3.add_extra_dist ('doc/codingstd.txt')
    19 ns3.add_extra_dist ('doc/mercurial.txt')
    20 ns3.add_extra_dist ('doc/mercurial.txt')
    20 ns3.add_extra_dist ('README')
    21 ns3.add_extra_dist ('README')
    21 ns3.add_extra_dist ('RELEASE_NOTES')
    22 ns3.add_extra_dist ('RELEASE_NOTES')
    22 ns3.add_extra_dist ('AUTHORS')
    23 ns3.add_extra_dist ('AUTHORS')
    23 
    24