Bug 1323 - ns-3 docs don't build
ns-3 docs don't build
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3.13
All Linux
: P5 normal
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-26 01:37 UTC by Anirudh
Modified: 2011-12-27 16:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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