Skip to content

Commit

Permalink
Cleaning repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed May 28, 2024
1 parent d71ab6c commit bfc3a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ MAKEFLAGS:= -j
# process.
# Refer to sortFn.ts and web-order.ts
# in the quartz branch for more info
web-order.ts: order
$(BUILD_DIR)web-order.ts: order
@echo -n "// This file was generated automatically by calling make web-order.ts.\n// Refer to the Makefile to read indications on how to generate and edit it.\nexport const nameOrderMap: Record<string, number> = {\n" > $@
@n=0 ;
@while read -r line; do \
Expand Down Expand Up @@ -412,7 +412,7 @@ $(BUILD_DIR)book.docx: $(SOURCE_BOOK)
TARGET_BOOK: $(BUILD_DIR)book.html $(BUILD_DIR)book.pdf $(BUILD_DIR)book.odt $(BUILD_DIR)book.docx

# Ligter build, to test compilation and website deployment
build-light: web-order.ts $(TARGET_MD_FILES) $(TARGET_WOFF_FONT_FILES) $(TARGET_IMAGES_FILES) $(TARGET_VIDEOS_FILES) $(TARGET_DOC_FILES_WITHOUT_INDEX)
build-light: $(BUILD_DIR)web-order.ts $(TARGET_MD_FILES) $(TARGET_WOFF_FONT_FILES) $(TARGET_IMAGES_FILES) $(TARGET_VIDEOS_FILES) $(TARGET_DOC_FILES_WITHOUT_INDEX)

build: build-light $(TARGET_PDF_FILES_WITHOUT_INDEX) $(TARGET_ODT_FILES_WITHOUT_INDEX) $(TARGET_PROJECTS_FILES) $(TARGET_BOOK)

Expand Down

0 comments on commit bfc3a1b

Please sign in to comment.