head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2003.02.03.18.08.59; author swiergot; state Exp; branches; next 1.2; 1.2 date 2003.02.03.18.02.26; author swiergot; state Exp; branches; next 1.1; 1.1 date 2003.02.03.17.50.27; author swiergot; state Exp; branches; next ; desc @@ 1.3 log @- Fixed mf patch. @ text @--- Makefile.orig 2002-11-08 15:31:34.000000000 +0100 +++ Makefile 2003-02-03 19:05:09.000000000 +0100 @@@@ -4,12 +4,13 @@@@ ### all: - gcc fbshot.c -lpng -lz -o fbshot - strip fbshot + gcc -O2 -Wall fbshot.c -lpng -lz -o fbshot install: - install fbshot /usr/bin/fbshot - install fbshot.1.man /usr/man/man1/fbshot.1 + install -d $(DESTDIR)/usr/bin + install -d $(DESTDIR)/usr/man/man1 + install fbshot $(DESTDIR)/usr/bin/fbshot + install fbshot.1.man $(DESTDIR)/usr/man/man1/fbshot.1 clean: rm fbshot @ 1.2 log @- Fixed mf patch to correctly make directories. @ text @d14 2 a15 2 + install -d $($DESTDIR)/usr/bin + install -d $($DESTDIR)/usr/man/man1 @ 1.1 log @- Initial release. - Version 0.3. @ text @d2 2 a3 2 +++ Makefile 2003-02-03 18:52:25.000000000 +0100 @@@@ -4,12 +4,11 @@@@ d14 4 a17 2 + install -d fbshot $(DESTDIR)/usr/bin/fbshot + install -d fbshot.1.man $(DESTDIR)/usr/man/man1/fbshot.1 @ .