]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed "smoketest" target to "check". Thanks to Frederic Crozat
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Sep 2007 12:44:41 +0000 (12:44 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Sep 2007 12:44:41 +0000 (12:44 +0000)
from Mandriva for the suggestion to include a makefile for a "make
check" in the upstream package.

xsl/Makefile
xsl/Makefile.tests
xsl/README.BUILD

index f43b56e5344814fd6d5fabceb384ac89a92646fb..797ffe3d45ccfd52019e8731861041fbbf0831b9 100644 (file)
@@ -22,7 +22,7 @@ DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt extensions
 
 # value of RELEASE_DEPENDS is a space-separated list of any
 # targets for this distro's "release" target to depend on
-RELEASE_DEPENDS = smoketest RELEASE-NOTES.pdf RELEASE-NOTES-PARTIAL.txt
+RELEASE_DEPENDS = check RELEASE-NOTES.pdf RELEASE-NOTES-PARTIAL.txt
 
 # value of INSTALL_DEPENDS is a space-separated list of any
 # targets for this distro's "install" target to depend on
index 7baa1b256929f3a841ed5bbb43999dd0d5794df8..623dab8868d8a8a31c916acf032dc1aed7519a4c 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-smoketest: smoketest-normal smoketest-normal-profile smoketest-chunk smoketest-chunk-profile
+check: smoketest-normal smoketest-normal-profile smoketest-chunk smoketest-chunk-profile
 
 smoketest-normal:
        for file in $(NORMAL_STYLES); do \
index 3351acfc4f29fde9934cbb8dd601f9dcb3d78796..bfaf3ab40646365bcf698d9a185db60ed4508934 100644 (file)
@@ -178,28 +178,28 @@ and all other Parts following it).
    to cruft that needs to be deleted and also to any new files
    that you make have created but forgotten to actually check in.
 
-3. make smoketest (optional step)
+3. make check (optional step)
    As an optional step to check for any major brokenness, run
-   "make smoketest", which will run a test transformation against
+   "make check", which will run a test transformation against
    the driver stylesheets for each output format (e.g.,
    html/docbook.xsl, fo/docbook.xsl, etc.).
 
-   One recommended way to invoke "make smoketest" is the following:
+   One recommended way to invoke "make check" is the following:
 
      rm -f DOCBOOK-BUILD.LOG && \
      . ~/docbk.sh && \
-     make smoketest 2>&1 \
+     make check 2>&1 \
        XSLTENGINE=xsltproc \
        | tee DOCBOOK-BUILD.LOG && \
      $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG
 
 4. Fix any obvious problems.
-   If build-check and/or "make smoketest" report any problems, fix
+   If build-check and/or "make check" report any problems, fix
    them. Then repeat Step 1 until you don't see any more problems.
 
 5. Further testing.
    Once you have any obvious problems fixed (that is, the kind
-   that build-check and "make smoketest" can catch, you should
+   that build-check and "make check" can catch, you should
    do further testing of the changes (if any) that you have made
    to the stylesheet code. Try to test with a variety of test
    files, not just with DocBook XML source files you've created
@@ -392,7 +392,7 @@ you're not a project member, you can safely ignore this part.
 
    In addition to the normal error-checking that build-check
    does, running "make release" will also automatically run
-   the "make smoketest" step.
+   the "make check" step.
 
 2. If there are no errors reported from build-check or "make
    release", run a "make zip-ns" build: