From 18122cd250d9fcc6407b9fe87ef63e82a6e61db5 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 7 Dec 2001 08:11:17 +0000 Subject: [PATCH] Support for the new Changes file. --- Makefile | 1 + Makefile.pkg | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1fba63b..70f2054 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ install: install -d /usr/share/doc/gbootroot/html/images cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images + cp -fa Changes /usr/share/doc/gbootroot/Changes remove: rm /usr/bin/gbootroot diff --git a/Makefile.pkg b/Makefile.pkg index 89b24c9..461427d 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -27,6 +27,7 @@ install: 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/{*jpg,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images + cp -fa Changes $(DESTDIR)/usr/share/doc/gbootroot/Changes remove: