updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / 4th / Makefile.patch
blob34a204dc9949674e7596eb8e87db917c6e448c1d
1 --- sources/Makefile 2009-06-11 19:35:55.000000000 -0500
2 +++ sources/Makefile-new 2011-05-03 19:07:22.997138152 -0500
3 @@ -18,6 +18,8 @@
4 LIBRARIES=/usr/lib
5 INCLUDES=/usr/include
6 BINARIES=/usr/local/bin
7 +MANDIR=/usr/share/man
8 +DOCDIR=/usr/share/doc
9 CC=$(CROSS)gcc
10 CFLAGS= -DUNIX -fsigned-char -Wall -O3 -s
12 @@ -65,6 +67,8 @@
13 install: all
14 cp lib4th.a $(LIBRARIES)
15 cp 4th 4tsh pp4th $(BINARIES)
16 + install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
17 + install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/4tHmanual.txt
19 uninstall:
20 -rm $(LIBRARIES)/lib4th.a