X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f1bf7e181626714ca99dfc476e8757c8d35f110b..c31fdbd03eee95660d65adb0f1bf7c0c397fd435:/LUFA/DoxygenPages/ExportingLibrary.txt
diff --git a/LUFA/DoxygenPages/ExportingLibrary.txt b/LUFA/DoxygenPages/ExportingLibrary.txt
index 57dc60fad..0f45c2324 100644
--- a/LUFA/DoxygenPages/ExportingLibrary.txt
+++ b/LUFA/DoxygenPages/ExportingLibrary.txt
@@ -25,18 +25,18 @@
* - DoxygenPages/
* - CodeTemplates/
*
- * If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as required.
+ * If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as needed.
*
* The resulting copy of the library may then be imported into your chosen IDE according to the instructions
* shown in \ref Sec_LibraryImport.
*
* \subsection SSec_AutomaticExport Automatic Export
* If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
- * command make export_tar from the command line. This will generate two .TAR files in the
- * current directory, named LUFA_{Version Number}.tar and
- * LUFA_{Version Number}_Code_Templates.tar. The first archive contains the exported LUFA core
- * with the non-required files removed, while the second contains an archived copy of the code template files
- * for the current LUFA version.
+ * command make export_tar from the command line. This will generate two .tar files in the
+ * current directory, named LUFA_XXXXXX.tar and LUFA_XXXXXX_Code_Templates.tar (where "XXXXXX" is
+ * the version of the library being exported). The first archive contains the exported LUFA core with the
+ * non-required files removed, while the second contains an archived copy of the code template files for the
+ * current LUFA version.
*
* The resulting archived copy of the library may then be extracted to your chosen IDE project source directory
* and imported according to the instructions shown in \ref Sec_LibraryImport.