From 5ac1caca8b09f5863817da5d9610c4a5056c894e Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 6 Oct 2001 19:09:16 +0000 Subject: [PATCH] Added the html documentation. --- Makefile | 8 ++++++-- Makefile.pkg | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2fb5a95..0ac5ffe 100644 --- a/Makefile +++ b/Makefile @@ -14,13 +14,16 @@ install: rm yard/replacements/dev/ubd0 install -d /usr/share/gbootroot/yard/templates chmod 444 yard/templates/*.yard - cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates + cp -fa yard/templates/*.yard /usr/share/gbootroot/yard/templates cp -fa user-mode-linux/usr/bin/uml_* /usr/bin cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux install -d /etc/gbootroot cp -fa gbootrootrc /etc/gbootroot/gbootrootrc install -d /usr/X11R6/include/X11/pixmaps 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: rm /usr/bin/gbootroot @@ -33,5 +36,6 @@ remove: rm /usr/bin/linux rm /etc/gbootroot/gbootrootrc rmdir /etc/gbootroot - + rm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm + rm -rf /usr/share/doc/gbootroot diff --git a/Makefile.pkg b/Makefile.pkg index ee2b0f9..1aa7eea 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -18,6 +18,10 @@ install: cp -fa gbootrootrc $(DESTDIR)/etc/gbootroot/gbootrootrc install -d $(DESTDIR)/usr/X11R6/include/X11/pixmaps 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: rm /usr/bin/gbootroot @@ -30,5 +34,6 @@ remove: rm /usr/bin/linux rm /etc/gbootroot/gbootrootrc rmdir /etc/gbootroot - + rm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm + rm -rf /usr/share/doc/gbootroot