[Openmcl-cvs-notifications] r9206 - in /trunk/source/doc/src: Makefile.fedora Makefile.macports
gb at clozure.com
gb at clozure.com
Sun Apr 20 06:45:45 EDT 2008
Author: gb
Date: Sun Apr 20 06:45:45 2008
New Revision: 9206
Log:
fix XMLFILES definition
Modified:
trunk/source/doc/src/Makefile.fedora
trunk/source/doc/src/Makefile.macports
Modified: trunk/source/doc/src/Makefile.fedora
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/doc/src/Makefile.fedora (original)
+++ trunk/source/doc/src/Makefile.fedora Sun Apr 20 06:45:45 2008
@@ -54,9 +54,8 @@
=
# Compute some targets.
=
-XMLFILES =3D $(wildcard [0-9][0-9]-*.xml) ccl-documentation.xml
+XMLFILES =3D $(wildcard *.xml)
XSLFILES =3D $(shell find xsl -name "*.xsl")
-#HTMLFILES =3D $(patsubst %.xml,%.html, $(XMLFILES))
HTMLFILES =3D ccl-documentation.html
=
# Save the xsltproc version string for use in debugging.
Modified: trunk/source/doc/src/Makefile.macports
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/doc/src/Makefile.macports (original)
+++ trunk/source/doc/src/Makefile.macports Sun Apr 20 06:45:45 2008
@@ -60,7 +60,7 @@
=
# Compute some targets.
=
-XMLFILES =3D $(wildcard [0-9][0-9]-*.xml) ccl-documentation.xml
+XMLFILES =3D $(wildcard *.xml)
XSLFILES =3D $(shell find xsl -name "*.xsl")
HTMLFILES =3D ccl-documentation.html
=
More information about the Openmcl-cvs-notifications
mailing list