File: rules

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

%:
	dh $@

override_dh_auto_build:
	if test -f stairsplus/API.md; then \
		mv stairsplus/API.md stairsplus_API.md; \
	fi

override_dh_auto_clean:
	if test -f stairsplus_API.md; then \
		mv stairsplus_API.md stairsplus/API.md; \
	fi