I'm translating the Racket docs into Chinese and it's available at here partially. Every time I translated a section, I need to run "make" in the racket source code directory and waiting for a long time to see the result in racket/doc.
Recently, our organization Racket-zh translated the racket/scribble template to generate Chinese pages and racket/htdp for HtDP/2e Chinese techpack, so we want to use our customized scribble to generate these docs at once. If I run "make" in the racket source code directory, it just gets the original packages from pkgs.racket-lang.org to build whole distribution and ignored our scribble and htdp. So there are actually three problems: