File: rules

package info (click to toggle)
ruby-kramdown 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,148 kB
  • ctags: 787
  • sloc: ruby: 7,450; sh: 79; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

%:
	dh $@ --buildsystem=ruby --with ruby

override_dh_installdocs:
	rdoc --all --line-numbers \
	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README.md
	rm -f $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
	dh_installdocs