Bug 1820

Summary: models library doc: make should not rm -rf figures by default
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: documentationAssignee: Tom Henderson <tomh>
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: Linux   

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