mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
This just copies over the jpg and gif files in images/
This commit is contained in:
parent
2d29bd9e8c
commit
43d0c0e92d
2
Makefile
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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user