Browse Source

This just copies over the jpg and gif files in images/

master
freesource 23 years ago
parent
commit
43d0c0e92d
  1. 2
      Makefile
  2. 2
      Makefile.pkg

2
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

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

Loading…
Cancel
Save