diff --git a/Makefile b/Makefile index 236a5bc..af7c529 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ $(VENDOR_AUTOLOAD): $(ZIP_FILE): $(VENDOR_AUTOLOAD) git archive --format=zip --output=${ZIP_FILENAME} $(COMMIT) $(shell ./simplify-mpdf.sh) - zip -r ${ZIP_FILENAME} vendor/mpdf/ + zip -r ${ZIP_FILENAME} vendor/ mkdir -p ${BUILD_DIR} && mv ${ZIP_FILENAME} ${BUILD_DIR}/ .PHONY: build diff --git a/bmlt-meeting-list.php b/bmlt-meeting-list.php new file mode 100644 index 0000000..bcb53a1 --- /dev/null +++ b/bmlt-meeting-list.php @@ -0,0 +1,79 @@ +run(); +} +run_bread(); diff --git a/bread.php b/bread.php index bcb53a1..3b195a9 100644 --- a/bread.php +++ b/bread.php @@ -1,79 +1 @@ -run(); -} -run_bread(); + \ No newline at end of file