updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / odftools / Makefile.patch
blobd77000c13d8b7d65cbcbd16fa35cb04608a81d6e
1 --- Makefile 2006-08-25 01:29:30.000000000 +1000
2 +++ Makefile.arch 2009-02-07 18:26:15.000000000 +1100
3 @@ -15,14 +15,10 @@
4 pod2man odf2html.in > doc/odf2html.1
6 install:
7 - mkdir -p $(PREFIX)/share/$(PACKAGE)
8 - cp odfread $(PREFIX)/bin/
9 - cp odf2html $(PREFIX)/bin/
10 - cp elinks.conf $(PREFIX)/share/$(PACKAGE)/
11 - cp odt2html.xsl $(PREFIX)/share/$(PACKAGE)/
12 - cp odt2html-fast.xsl $(PREFIX)/share/$(PACKAGE)/
13 - cp doc/odfread.1 $(PREFIX)/share/man/man1/
14 - cp doc/odf2html.1 $(PREFIX)/share/man/man1/
15 + install -m 755 -d $(PREFIX)/bin $(PREFIX)/share/$(PACKAGE) $(PREFIX)/share/man/man1
16 + install -m 755 -t $(PREFIX)/bin odfread odf2html
17 + install -m 644 -t $(PREFIX)/share/$(PACKAGE) elinks.conf odt2html.xsl odt2html-fast.xsl
18 + install -m 644 -t $(PREFIX)/share/man/man1/ doc/odfread.1 doc/odf2html.1
20 clean:
21 rm odfread odf2html elinks.conf