1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

Added the html documentation.

This commit is contained in:
freesource 2001-10-06 19:09:16 +00:00
parent 89f978739b
commit 5ac1caca8b
2 changed files with 12 additions and 3 deletions

View File

@ -21,6 +21,9 @@ install:
cp -fa gbootrootrc /etc/gbootroot/gbootrootrc cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
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
cp -fa doc/html/*html /usr/share/doc/gbootroot/html
cp -fa doc/html/images/* /usr/share/doc/gbootroot/html/images
remove: remove:
rm /usr/bin/gbootroot rm /usr/bin/gbootroot
@ -33,5 +36,6 @@ remove:
rm /usr/bin/linux rm /usr/bin/linux
rm /etc/gbootroot/gbootrootrc rm /etc/gbootroot/gbootrootrc
rmdir /etc/gbootroot rmdir /etc/gbootroot
rm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
rm -rf /usr/share/doc/gbootroot

View File

@ -18,6 +18,10 @@ install:
cp -fa gbootrootrc $(DESTDIR)/etc/gbootroot/gbootrootrc cp -fa gbootrootrc $(DESTDIR)/etc/gbootroot/gbootrootrc
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
cp -fa doc/html/*html $(DESTDIR)/usr/share/doc/gbootroot/html
cp -fa doc/html/images/* $(DESTDIR)/usr/share/doc/gbootroot/html/images
remove: remove:
rm /usr/bin/gbootroot rm /usr/bin/gbootroot
@ -30,5 +34,6 @@ remove:
rm /usr/bin/linux rm /usr/bin/linux
rm /etc/gbootroot/gbootrootrc rm /etc/gbootroot/gbootrootrc
rmdir /etc/gbootroot rmdir /etc/gbootroot
rm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
rm -rf /usr/share/doc/gbootroot