Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 authored Jan 20, 2025
1 parent 007e532 commit 0315293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
build:
make docs/新闻报道
make docs/学术研究与调查报告
cp -R templates/政策法规 docs/政策法规
make docs/政策法规
make docs/综合索引

docs/新闻报道:
Expand All @@ -15,7 +15,7 @@ docs/学术研究与调查报告:
cd docs && python ../scripts/generate_index.py --config paper_query.json --state .paper_index_state.json

docs/政策法规:
mkdir -p docs/政策法规
cp -R templates/政策法规 docs/政策法规
cd docs && python ../scripts/generate_index.py --config policy_query.json --state .policy_index_state.json

docs/综合索引:
Expand Down

0 comments on commit 0315293

Please sign in to comment.