From 77296e1725d6e3e7d6006a447678908e9b0eb601 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 11 Jul 2012 10:03:43 -0400 Subject: Makefile fixes for Linux and FreeBSD. Install the css to the resource dir on Linux, and install _o/ for FreeBSD (why wasn't this done before?) --- freebsd/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'freebsd/Makefile') diff --git a/freebsd/Makefile b/freebsd/Makefile index 4c53ec9..a6be6af 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -64,6 +64,14 @@ install: all install -m 755 -d $(DESTDIR)$(MANDIR)/man1 install -m 755 xombrero $(DESTDIR)$(BINDIR) install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1 + install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon16.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon32.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon64.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon128.png $(DESTDIR)$(RESDIR) + install -m 644 ../tld-rules $(DESTDIR)$(RESDIR) + install -m 644 ../style.css $(DESTDIR)$(RESDIR) clean: rm -f xombrero *.o -- cgit 1.4.1-2-gfad0