mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
The previous plan of having the check-tabs target a prerequisite of "all" and "distprep" caused make distcheck to fail because make -q distprep would never be satisfied. Put check-tabs into the html target instead, so it is only called when a build actually happens.