Skip to content

Commit 13441ef

Browse files
ClémentClément
authored andcommitted
Removing book.html.
1 parent ec5eece commit 13441ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ $(BUILD_DIR)book.docx: $(BUILD_DIR)book.md
605605
fetch:
606606
wget https://github.com/princomp/princomp.github.io/releases/download/latest/release.zip -P ../ && cd ../ && unzip -q release.zip && cd content && rsync -avR $(PROJECT_DIR)**.zip ../source && rsync -avR $(CLA_DIR)**.md ../source && rsync -avR $(CLA_DIR)**.svg ../source && rsync -avR $(CLA_DIR)**.png ../source && rsync -avR $(EXO_DIR)* ../source || true
607607

608-
book: $(BUILD_DIR)book.html $(BUILD_DIR)book.pdf $(BUILD_DIR)book.odt $(BUILD_DIR)book.docx | build-light
608+
book: $(BUILD_DIR)book.pdf $(BUILD_DIR)book.odt $(BUILD_DIR)book.docx | build-light
609609

610610
# Ligter build, to test compilation and website deployment
611611
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) $(TARGET_CLA) | PREREQ

0 commit comments

Comments
 (0)