diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-07-18 16:09:08 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-07-18 16:09:08 +0200 |
commit | 59af194f987808c953ed4b6f49a3cadca1b459ed (patch) | |
tree | 695748c6aa7f23d99997376db11e1401b998c973 /Makefile | |
parent | 2d54f971fd99dcecb018a1dc13d4261774f8801a (diff) |
Fix for SWAMID-2319
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ test2: $(SWAMIDXML) schematest testMDUI testOrgData testEntCat testSimpleSign te .time/%.time: swamid-2.0/%.xml @# make tidy - @xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $< + #@xsltproc xslt/add-rpi.xsl $< > $<.c && mv $<.c $< @xsltproc xslt/clean-entitydescriptor.xsl $< > $<.c && mv $<.c $< @# make schematest |