#!/usr/bin/make -f

include ../source.mk

nop:
	@:

configure:
	oh-autoconfigure
	touch $@

build: configure
	oh-autobuild
	oh-autotest
	touch $@

install: build
	oh-autoinstall
	rm -f dest/usr/share/info/dir
	oh-fixperms
	oh-strip
	oh-installfiles