Bug 1820 - models library doc: make should not rm -rf figures by default
models library doc: make should not rm -rf figures by default
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3-dev
PC Linux
: P5 enhancement
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-24 11:27 UTC by Nicola Baldo
Modified: 2013-12-24 11:30 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 Nicola Baldo 2013-12-24 11:27:40 UTC
when building the models library doc, it is very annoying and time consuming that upon running, for example, "make html", all figures are always rebuilt. 

Ideally, if I just touched a comma in a .rst files, figures shall not be rebuilt. We already have an explicit "make clean" target that allows to delete figures when needed.
Comment 1 Nicola Baldo 2013-12-24 11:30:40 UTC
changeset:   10547:0a0efdb7edd2
tag:         tip
user:        Nicola Baldo <nbaldo@cttc.es>
date:        Tue Dec 24 17:29:54 2013 +0100
summary:     fixed Bug 1820 - models library doc: make should not rm -rf figures by default