summaryrefslogtreecommitdiffstats
path: root/build
blob: 9d8861eb22edb6badf7e8c5fd3f87e008e466720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include ../source.mk

build:
	oh-autoconfigure
	oh-autobuild
	touch $@

install: build
	oh-autoinstall
	rm -f dest/usr/share/info/dir
	mkdir -p dest/usr/share/doc/m4/examples
	cp -p src/examples/* dest/usr/share/doc/m4/examples
	rm -f dest/usr/share/doc/m4/examples/Makefile*
	oh-fixperms
	oh-strip
	oh-installfiles