1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Support for the new Changes file.

This commit is contained in:
freesource 2001-12-07 08:11:17 +00:00
parent 1c435dfadc
commit 18122cd250
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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: