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

This adds boot_root.4.

This commit is contained in:
freesource 2001-10-06 19:12:41 +00:00
parent 5ac1caca8b
commit a11343bae2
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ install:
install -d /usr/X11R6/include/X11/pixmaps install -d /usr/X11R6/include/X11/pixmaps
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 /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/* /usr/share/doc/gbootroot/html/images
remove: remove:

View File

@ -19,7 +19,7 @@ install:
install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps
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 $(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/* $(DESTDIR)/usr/share/doc/gbootroot/html/images