summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b9ab9ba..375f133a 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,7 @@ pipeline: check-xml
#cd ../tools/imagescheck/ ; ./icccheck.sh
@echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated."
@echo "Use `make icc` to verify for broken images, too."
+
+deploy:
+ cd ../tools/update ; ./pseudo_update.sh ; ./deploy.sh
+ @echo "Finished!"