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

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

This commit is contained in:
freesource 2001-10-08 01:08:44 +00:00
parent 2d29bd9e8c
commit 43d0c0e92d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ install:
cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
install -d /usr/share/doc/gbootroot/html/images install -d /usr/share/doc/gbootroot/html/images
cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html 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: remove:
rm /usr/bin/gbootroot rm /usr/bin/gbootroot

View File

@ -20,7 +20,7 @@ install:
cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm cp -fa gbootroot.xpm $(DESTDIR)/usr/X11R6/include/X11/pixmaps/gbootroot.xpm
install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images 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/{*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: remove: