[yast-commit] r65549 - /trunk/autoinstallation/doc/xml/Makefile.am
![](https://seccdn.libravatar.org/avatar/c9070b5f76f6da59ddd19152f5a40913.jpg?s=120&d=mm&r=g)
Author: ug Date: Mon Sep 5 16:33:40 2011 New Revision: 65549 URL: http://svn.opensuse.org/viewcvs/yast?rev=65549&view=rev Log: docu cleanup Modified: trunk/autoinstallation/doc/xml/Makefile.am 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 Mon Sep 5 16:33:40 2011 @@ -4,14 +4,14 @@ # $Id: Makefile.am 63765 2011-04-11 15:40:31Z ug $ # -SUBDIRS = +SUBDIRS = images htmldir = $(docdir)/html xml_file = autoyast.xml xml_files = $(wildcard *.xml) -EXTRA_DIST = $(xml_files) $(wildcard *.xsl) web/default.css images bin entities examples +EXTRA_DIST = $(xml_files) $(wildcard *.xsl) web/default.css bin entities examples CLEANFILES = .html.sum profile.dtd.xml elements \ elements.xml elements.ent profile.dtd.xml examples.ent\ @@ -47,7 +47,6 @@ @STYLESHEET_HTML@ creating_autoyast2_modules.xml cd html/devel; \ ln -s ../default.css ./default.css; \ - ln -s ../images ./images cd ../.. html/index.html: autoyast.xml @@ -77,7 +76,6 @@ images.ent: @make -r -C images/WEB -f makefile.ent ima -# mv ../xml/images.ent . : images.ent chunks webimages @@ -87,7 +85,7 @@ cp -a images/WEB/*png html/img -.PHONY: images examples.ent components.ent +.PHONY: images examples.ent components.ent images: images/EPS/* images/PNG/* @if ! [ -e "img" ]; then \ @@ -130,7 +128,7 @@ install -d -m 755 $(DESTDIR)$(htmldir) cp -a $(srcdir)/html/images $(DESTDIR)$(htmldir) cp -a $(srcdir)/html/img $(DESTDIR)$(htmldir) - cp -a $(srcdir)/html/devel $(DESTDIR)$(htmldir) +# cp -a $(srcdir)/html/devel $(DESTDIR)$(htmldir) clean-local: rm -rf html -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn2.opensuse.org