summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--README.md16
2 files changed, 22 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32923d25..6b935315 100644
--- a/Makefile
+++ b/Makefile
@@ -50,3 +50,9 @@ license:
icc:
cd ../tools/imagescheck/ ; ./icccheck.sh
+
+pipeline: check-xml
+ cd ../tools/testxml/ ; ./testxml.py silent |grep -v "Checking"
+ echo "Now using imagemagic to verify images..."
+ cd ../tools/imagescheck/ ; ./icccheck.sh
+ echo "Now run `make check-png` to check PNG images. Use `make contrib` if contributor list must be updated."
diff --git a/README.md b/README.md
index 4d860de4..ff35e646 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,19 @@ Example command:
```sh
ln -s music/music client-data/
```
+
+Useful commands:
+
+```sh
+make contrib
+```
+
+Make contributors list, both for wiki and client-data.
+You'll later have to git add and git pull the wiki repository (wiki/ folder)
+
+```sh
+make pipeline
+```
+
+Runs an even shorter testxml, and then does an ICC check. Fix all errors and warnings
+before pushing any work or your changes **may be reverted**.