WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Patch [4/4] Debian-2.0.5-1 disable-html-docs.patch

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Patch [4/4] Debian-2.0.5-1 disable-html-docs.patch
From: Adam Heath <doogie@xxxxxxxxxxxxx>
Date: Fri, 11 Mar 2005 17:41:34 -0600 (CST)
Delivery-date: Fri, 11 Mar 2005 23:42:21 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Name: disable-html-docs.patch
Depends: add-build.patch
Description: disable html docs, as they use non-free tools.
 Building the html docs requires latex2html, which is non-free.  Disabling
 them allows for xen to be uploaded to main.
 .
 This is not a big deal, as ps and pdf forms of the documentation are
 still included.
Signed-off-by: Adam Heath <doogie@xxxxxxxxxxxxx>

--- xen-2.0.5.orig/docs/Makefile
+++ xen-2.0.5/docs/Makefile
@@ -19,7 +19,7 @@
 GFX = $(patsubst %.fig, %.eps, $(wildcard figs/*.fig))

 all: build
-build: ps pdf html
+build: ps pdf
        rm -f *.aux *.dvi *.bbl *.blg *.glo *.idx *.ilg *.log *.ind *.toc

 ps: $(DOC_PS)
@@ -38,7 +38,6 @@
        $(INSTALL_DIR) $(DESTDIR)$(pkgdocdir)
        cp -dR ps $(DESTDIR)$(pkgdocdir)
        cp -dR pdf $(DESTDIR)$(pkgdocdir)
-       cp -dR html $(DESTDIR)$(pkgdocdir)

 pdf/%.pdf: ps/%.ps
        $(INSTALL_DIR) $(@D)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>