File: rules

package info (click to toggle)
libfeedparser-ruby 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 204 kB
  • ctags: 297
  • sloc: ruby: 2,798; sh: 24; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk

# We only want to ship the main test data, not all of it
binary-install/libfeedparser-ruby-doc::
	for d in source text_output parser_output html_output; do \
	  rm -rf debian/libfeedparser-ruby-doc/usr/share/doc/libfeedparser-ruby-doc/test/$$d ; \
	done