r11240: rename from htmldir in configure.ac. Is it some new autoconf reserved name?
[ctsim.git] / debian / make-upstream.sh
1 #!/bin/bash -e
2
3 bups ctsim -d"-name doc -or -name images"
4
5 exit 0