diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-07-18 22:01:52 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2019-07-18 22:01:52 +0200 |
commit | 38ac6ea06faaba4fe3c2f4a6f8191b1f0d38724b (patch) | |
tree | e6a447b7835e02bbb40079638ba29a2d913124bc /Makefile | |
parent | 59af194f987808c953ed4b6f49a3cadca1b459ed (diff) |
Fix2 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 |