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: