14 lines
232 B
Makefile
Executable File
14 lines
232 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export PREFIX=/usr
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_clean:
|
|
# don't call `make clean`, in a release dist/ is precious
|
|
rm -f po/LINGUAS
|
|
|
|
override_dh_auto_test:
|
|
# don't call `make check`, these are integration tests
|