File: rules

package info (click to toggle)
libextlib-ruby 0.9.13-2%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 532 kB
  • ctags: 487
  • sloc: ruby: 7,118; makefile: 3
file content (16 lines) | stat: -rwxr-xr-x 595 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

DEB_INSTALL_CHANGELOGS_ALL=History.txt

#binary-indep/libextlib-ruby-doc::
#binary-arch/libextlib-ruby-doc::
#	cp debian/libextlib-ruby-doc.doc-base.in debian/libextlib-ruby-doc.doc-base
#	RDOC_HTML_FILES=`find $(CURDIR)/debian/libextlib-ruby-doc/usr/share/doc -name '*.html' | sed -e 's,$(CURDIR)/debian/libextlib-ruby-doc,,g' | xargs` ; \
#  echo "Files: $$RDOC_HTML_FILES" >> debian/libextlib-ruby-doc.doc-base
#
#clean::
#	rm -f debian/libextlib-ruby-doc.doc-base
#