openSUSE / docserv

A server for building and publishing documentation with DAPS
https://opensuse.github.io/docserv/
GNU General Public License v3.0
4 stars 3 forks source link

build-nav: Rebuild dependent pages #282

Closed ghost closed 2 years ago

ghost commented 2 years ago

~100% untested but I have high hopes~

Tested now, and after two small fixes, it works. However, there are some pretty large logical gaps here:

     <docset cachedate="[unix time]" productid="my-product" setid="my-set">
       <depends-on productid="another-product-1" setid="another-set-a"/>
       <depends-on productid="another-product-2" setid="another-set-b"/>
     </docset>

(Issue #246 features a different idea: keep configuration from the last build of a docset around for later re-use. But that seems like as bad option.)

ghost commented 2 years ago

Merged, but added an extended commit description ... and updating issue #246 now.