Author: manuel
Date: 2005-05-24 11:49:11 -0600 (Tue, 24 May 2005)
New Revision: 5411
Modified:
branches/cross-lfs/BOOK/Makefile
branches/cross-lfs/BOOK/general.ent
Log:
Removed uneeded code in Makefile
Modified: branches/cross-lfs/BOOK/Makefile
===================================================================
--- branches/cross-lfs/BOOK/Makefile 2005-05-24 14:33:16 UTC (rev 5410)
+++ branches/cross-lfs/BOOK/Makefile 2005-05-24 17:49:11 UTC (rev 5411)
@@ -50,12 +50,10 @@
# Validation
define VALIDATE
echo "Validating $$arch..." ; \
- xsltproc --xinclude --nonet --output $(PWD)/index-$$arch.xml \
- ${PWD}/stylesheets/lfs-profile.xsl $(PWD)/$$arch-index.xml ; \
- xmllint --noout --nonet --postvalid $(PWD)/index-$$arch.xml
+ xmllint --xinclude --noout --nonet --postvalid $(PWD)/$$arch-index.xml
endef
-lfs: toplevel render common cleanup
+lfs: toplevel render common
toplevel:
@xsltproc --nonet --output $(BASEDIR)/index.html
$(PWD)/stylesheets/top-index.xsl $(PWD)/index.xml
@@ -93,17 +91,9 @@
$(TEXT_RENDER) ; \
done
-validate: validation cleanup
-
-validation:
+validate:
@for arch in $(ARCH) ; do \
$(VALIDATE) ; \
done
-cleanup:
- @for arch in $(ARCH) ; do \
- echo "Removing index-$$arch.xml" ; \
- rm -f $(PWD)/index-$$arch.xml ; \
- done
-
-.PHONY: lfs toplevel common render nochunk nochunk nochunk_render pdf text
validate validation cleanup
+.PHONY: lfs toplevel common render nochunk nochunk_render pdf text validate
Modified: branches/cross-lfs/BOOK/general.ent
===================================================================
--- branches/cross-lfs/BOOK/general.ent 2005-05-24 14:33:16 UTC (rev 5410)
+++ branches/cross-lfs/BOOK/general.ent 2005-05-24 17:49:11 UTC (rev 5411)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-cross-lfs-20050523">
+<!ENTITY version "7.0-cross-lfs-20050524">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-ppc "&version;-PowerPC">
<!ENTITY version-sparc "&version;-Sparc">
<!ENTITY version-sparc64 "&version;-Sparc64">
<!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "May 23, 2005">
+<!ENTITY releasedate "May 24, 2005">
<!ENTITY milestone "7.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page