Re: [Doxygen-users] Compare with already existing and identical output file and *not* refresh its *
Brought to you by:
dimitri
From: Marc H. <mar...@gm...> - 2019-02-08 21:42:06
|
Le ven. 8 févr. 2019 à 13:08, Travis Everett <tra...@gm...> a écrit : > This doesn't address the portability issue, but I'm not sure I see why you > would need to copy timestamps in two directions? > > I'm just suggesting that you use Doxygen to generate a "scratch" copy that > you never deploy (and could delete immediately after rsyncing) and using a > one-way rsync to another location where you store the "real" copy for > use/deployment/processing/etc. Sphinx would run on the "real" copy, not the > scratch one. > Thanks Travis, I think you're right. I went for a "two-ways" solution because it cost little more code once I opted to sort of "re-implement rsync in Python" instead of using rsync itself. It also saved me changing the doxygen destination which was a bit more convenient for testing and comparing. Then I lost track of this non-requirement :-) |