File: rules

package info (click to toggle)
ruby-defaults 4.5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 88 kB
  • sloc: makefile: 15
file content (9 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

clean::
	cd doc && [ ! -f Makefile ] || $(MAKE) clean

build/ruby::
	(cd doc && $(MAKE) all)