• Eric Paris's avatar
    Doc generation should remove old doc files · 26149bd8
    Eric Paris authored
    Right now, our doc generation scripts notice if you make changes and
    don't regen docs, don't include new docs, etc.  But they miss it if your
    changes should have REMOVED a doc.  Both kubectl-apiversion and
    kubectl-clusterinfo should have been removed, but weren't.
    
    This patch starts tracking all generated doc files and will cause
    problems if files should be removed and aren't.
    26149bd8
run-gendocs.sh 1.69 KB