File: rules

package info (click to toggle)
minetest-mod-craftguide 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

# those two overrides are there because of:
# https://github.com/minetest-mods/craftguide/issues/23
#
override_dh_auto_build:
	mkdir textures_fixed
	cp textures/*.png textures_fixed/
	mogrify textures_fixed/*.png

override_dh_auto_clean:
	rm -rf textures_fixed