]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated Makefile to copy docbook.css.xml.
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 25 Aug 2010 14:51:41 +0000 (14:51 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 25 Aug 2010 14:51:41 +0000 (14:51 +0000)
xsl/xhtml-1_1/Makefile
xsl/xhtml/Makefile

index ea5c966d7d0d334f38e463e65cd4458f2b70febd..d58df10292639b62aab2564dc46a6e16ab9d6323 100644 (file)
@@ -7,12 +7,14 @@ all: xsl-files profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl
 
 remove-old:
        for f in *.xsl; do if [ ! -f ../html/$$f -a "$$f" != "html2xhtml.xsl" ]; then rm $$f; fi; done
+       $(RM) docbook.css.xml
 
 add-new:
        for f in ../html/*.xsl; do if [ ! -f `basename $$f` ]; then \
           echo $$f; \
           cp $$f .; \
           touch -t 197001010000 `basename $$f`; fi; done
+       cp ../html/docbook.css.xml .
 
 # Oh, come on! It must be possible to do this in Make, but I can't figure out how (ndw)
 
index 6952171d058d664f7a0156090ea9231bda7d6d32..4bf5f1b2ebdeb925adef3c1922c6fcf70447d044 100644 (file)
@@ -4,12 +4,14 @@ all: xsl-files profile-docbook.xsl profile-chunk.xsl profile-onechunk.xsl
 
 remove-old:
        for f in *.xsl; do if [ ! -f ../html/$$f -a "$$f" != "html2xhtml.xsl" ]; then rm $$f; fi; done
+       $(RM) docbook.css.xml
 
 add-new:
        for f in ../html/*.xsl; do if [ ! -f `basename $$f` ]; then \
           echo "copying $$f"; \
           cp $$f .; \
           touch -t 197001010000 `basename $$f`; fi; done
+       cp ../html/docbook.css.xml .
 
 # Oh, come on! It must be possible to do this in Make, but I can't figure out how (ndw)