File: rules

package info (click to toggle)
psi-translations 1.12%2Breal1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 21,388 kB
  • sloc: sh: 196; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

TRANSLATIONS_DIR=$(CURDIR)/debian/psi-l10n/usr/share/psi/translations/

export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_build:
	./update-translations.sh make

override_dh_auto_install:
	mkdir -p $(TRANSLATIONS_DIR)
	cp out/*.qm $(TRANSLATIONS_DIR)

override_dh_auto_clean:
	dh_clean
	rm -rf out/ translations.pro