Browse Source

Support for the new Changes file.

master
freesource 23 years ago
parent
commit
18122cd250
  1. 1
      Makefile
  2. 1
      Makefile.pkg

1
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

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

Loading…
Cancel
Save