File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ $(BUILD_DIR)book.docx: $(BUILD_DIR)book.md
605605fetch :
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
611611build-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
You can’t perform that action at this time.
0 commit comments