Bug 1323

Summary: ns-3 docs don't build
Product: ns-3 Reporter: Anirudh <sk.anirudh>
Component: documentationAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3.13   
Hardware: All   
OS: Linux   

Description Anirudh 2011-12-26 01:37:46 UTC
make latexpdf doesn't work for the folders ns-allinone-3.13/ns-3.13/doc/manual/ and ns-allinone-3.13/ns-3.13/doc/tutorial

The pdf doc is generated but is incomplete.

The following is the error message  for ns-allinone-3.13/ns-3.13/doc/tutorial

! Package pdftex.def Error: File `figures/cwnd.png' not found.

and for ns-allinone-3.13/ns-3.13/doc/manual/

LaTeX Warning: File `figures/software-organization.*' not found on input line 1
45.


! LaTeX Error: Unknown graphics extension: .*.
Comment 1 Tom Henderson 2011-12-27 16:12:13 UTC
This turned out to be a bug in the dist.py script used to build the release tarball.  Fix is here:
http://code.nsnam.org/ns-3-allinone/rev/a2dbb487c6bc

To fix your release of ns-3.13 directly, perform the following:
cd doc/manual/source
ln -s ../figures
cd ../../tutorial/source
ln -s ../figures