File: rules

package info (click to toggle)
rust-photodedupe 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,540 kB
  • sloc: makefile: 9
file content (7 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

execute_before_dh_installman:
	mkdir -p $(CURDIR)/debian/tmp
	pandoc --standalone --to man $(CURDIR)/docs/man_page/man_page_source.md -o $(CURDIR)/debian/tmp/photodedupe.1