From 1840e1bbae56555bbc271056b47bbd602a956a83 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 24 Apr 2013 18:52:08 +0000 Subject: Add partially complete syntax highlighting to the HV1 transform. --- LUFA/StudioIntegration/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LUFA/StudioIntegration/makefile') diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index c86d2c560..471ab6dcb 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -85,10 +85,10 @@ $(EXTENSION_OUTPUT_XML): $(TEMP_MANIFEST_XML) $(MSHELP_OUTPUT_XML): $(DOXYGEN_COMBINED_XML) @echo Converting Doxygen XML to Docbook... @-mkdir mshelp 2> /dev/null - @xsltproc HV1/lufa_docbook_transform.xsl $(DOXYGEN_COMBINED_XML) > mshelp/lufa_docbook.xml + @xsltproc HV1/lufa_docbook_transform.xslt $(DOXYGEN_COMBINED_XML) > mshelp/lufa_docbook.xml - @echo Converting Docbook to Microsoft Help 1.0... - @cd mshelp && xsltproc $(MSHELP_GEN_PARAMS) ../Docbook/mshelp/docbook.xsl lufa_docbook.xml + @echo Converting Docbook XML to Microsoft Help 1.0... + @cd mshelp && xsltproc $(MSHELP_GEN_PARAMS) ../HV1/lufa_hv1_transform.xslt lufa_docbook.xml @echo Copying help assets... @cp HV1/lufa_studio_help_styling.css mshelp -- cgit v1.2.3