Create the configuration directory if it doesn't exist yet
[nautilus-actions.git] / run-distcheck.sh
blobf6f9ee88b21be9127ab4341b32cc0a4a510589c4
1 #!/bin/sh
3 autogen_target=doc ./run-autogen.sh &&
4 make clean &&
5 make &&
6 make install &&
7 ./tools/check-po.sh -nodummy &&
8 ./tools/check-headers.sh -nodummy &&
9 make distcheck