diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-13 16:41:48 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-13 16:41:48 +0200 |
commit | 4a7405b2cf8d54cbeb6400010577c36a5fee42b0 (patch) | |
tree | 45a1f3e579f903ac849d85326e8ff4d733dfc761 /LUFA | |
parent | a3784c59440fb4e25dd5139dedd31e472df8a9c5 (diff) | |
download | lufa-4a7405b2cf8d54cbeb6400010577c36a5fee42b0.tar.gz lufa-4a7405b2cf8d54cbeb6400010577c36a5fee42b0.tar.bz2 lufa-4a7405b2cf8d54cbeb6400010577c36a5fee42b0.zip |
Remove redundant XSL params from the Studio Integration makefile.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 0790d834a..fc11ce8b0 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -45,8 +45,6 @@ MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.section.depth "3" \ --stringparam chunk.first.sections "1" \ --stringparam chapter.autolabel "0" \ - --stringparam product.name "LUFA" \ - --stringparam product.version "$(LUFA_VERSION_NUM)" \ --stringparam root.filename "LUFA" \ --stringparam html.stylesheet "lufa_studio_help_styling.css" |