From 43d0c0e92d692f049979a6d061bcfe4e01b9f601 Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 8 Oct 2001 01:08:44 +0000 Subject: [PATCH] This just copies over the jpg and gif files in images/ --- Makefile | 2 +- Makefile.pkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bdfcb72..2cfa33e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm install -d /usr/share/doc/gbootroot/html/images cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html - cp -fa doc/html/images/* /usr/share/doc/gbootroot/html/images + cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images remove: rm /usr/bin/gbootroot diff --git a/Makefile.pkg b/Makefile.pkg index b6760b8..baea990 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -20,7 +20,7 @@ install: cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images cp -fa doc/html/{*html,*4} $(DESTDIR)/usr/share/doc/gbootroot/html - cp -fa doc/html/images/* $(DESTDIR)/usr/share/doc/gbootroot/html/images + cp -fa doc/html/images/{jpg*,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images remove: