File: rules

package info (click to toggle)
ruby-mathml 0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 348 kB
  • sloc: ruby: 9,834; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

PKG_DIR:= $(CURDIR)/debian/ruby-mathml

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

override_dh_auto_install:
	dh_auto_install
	rm -f $(PKG_DIR)/usr/lib/ruby/vendor_ruby/eim_xml.rb

override_dh_installdocs:
	rdoc --all --inline-source --fileboxes --line-numbers --fmt=html \
	  -o $(PKG_DIR)/usr/share/doc/ruby-mathml/rdoc lib
	dh_installdocs