Author: ug Date: Fri May 11 17:31:01 2012 New Revision: 68152
URL: http://svn.opensuse.org/viewcvs/yast?rev=68152&view=rev Log: docu build fixed
Modified: trunk/autoinstallation/autoyast2.spec.in trunk/autoinstallation/doc/xml/Makefile.am
Modified: trunk/autoinstallation/autoyast2.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/autoyast2.spec.i... ============================================================================== --- trunk/autoinstallation/autoyast2.spec.in (original) +++ trunk/autoinstallation/autoyast2.spec.in Fri May 11 17:31:01 2012 @@ -3,7 +3,7 @@ @HEADER@ Group: System/YaST License: GPL-2.0 -BuildRequires: yast2-mouse yast2-transfer yast2-bootloader xorg-x11-libs yast2-devtools pkg-config libxslt perl-XML-Writer docbook-xsl-stylesheets sgml-skel yast2-testsuite update-desktop-files yast2-country yast2-slp daps python-xml +BuildRequires: yast2-mouse yast2-transfer yast2-bootloader xorg-x11-libs yast2-devtools pkg-config libxslt perl-XML-Writer docbook-xsl-stylesheets sgml-skel yast2-testsuite update-desktop-files yast2-country yast2-slp daps python-xml suse-xsl-stylesheets # API for Disabled Modules (ProductControl) BuildRequires: yast2 >= 2.16.36 # After API cleanup
Modified: trunk/autoinstallation/doc/xml/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/xml/Makefile... ============================================================================== --- trunk/autoinstallation/doc/xml/Makefile.am (original) +++ trunk/autoinstallation/doc/xml/Makefile.am Fri May 11 17:31:01 2012 @@ -42,9 +42,10 @@ html: RESULTDIR="..//build/autoyast/html/autoyast" #html: RESULTDIR := $(shell daps -e ENV-autoyast --basedir=$(DAPS_BASE) html-dir-name 2>/dev/null) html: - daps -e ENV-autoyast --basedir=$(DAPS_BASE) html --static + daps -e $(DAPS_BASE)/ENV-autoyast html --static +#daps -e ENV-autoyast --basedir=$(DAPS_BASE) html --static rm -rf html && mkdir -p html - cp -a $(RESULTDIR)/* html + cp -a $(DAPS_BASE)/build/ENV-autoyast/* html
#pdf: $(xml_files) autoyast.xml prep-daps-images entities ay_bigfile.xml #pdf: PDF_FILE="..//build/autoyast/autoyast_en.pdf"
yast-commit@lists.opensuse.org