Modernize target names in makefile

Names might have made sense at some point... but not so sure anymore

build_pdf            => pdf
build_booklet        => booklet
build_serif_pdf      => serif
build_sans_serif_pdf => sans_serif
build_ebook          => ebook
build_bw_ebook       => bw_ebook
build_low_res_ebook  => low_res_ebook

Old names kept not to break backward compatibility
This commit is contained in:
Ced
2025-01-11 20:56:00 +00:00
committed by cedounet
parent d37e2aa4bc
commit 157cbb03b7
3 changed files with 39 additions and 36 deletions

View File

@@ -40,7 +40,7 @@ jobs:
options: -v ${{ github.workspace }}:/app
run: |
cd /app/book
make -j -O build_serif_pdf build_ebook website
make -j -O serif ebook website
- name: Upload book Artifacts
uses: actions/upload-artifact@v4
with: