aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ExportingLibrary.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-16 17:07:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-16 17:07:47 +0000
commit8e1328dc6aa3c2e832aba65f5b4cbc3faae6f77b (patch)
tree867b4e0576c989fdca82469a3b644275204c864c /LUFA/DoxygenPages/ExportingLibrary.txt
parent5b8b5018f2a7d7693a9827f9047a135ccc7cdc69 (diff)
downloadlufa-8e1328dc6aa3c2e832aba65f5b4cbc3faae6f77b.tar.gz
lufa-8e1328dc6aa3c2e832aba65f5b4cbc3faae6f77b.tar.bz2
lufa-8e1328dc6aa3c2e832aba65f5b4cbc3faae6f77b.zip
Commit for the LUFA-120730-BETA release.
Diffstat (limited to 'LUFA/DoxygenPages/ExportingLibrary.txt')
-rw-r--r--LUFA/DoxygenPages/ExportingLibrary.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/DoxygenPages/ExportingLibrary.txt b/LUFA/DoxygenPages/ExportingLibrary.txt
index 1cd124235..d4c1cbe1c 100644
--- a/LUFA/DoxygenPages/ExportingLibrary.txt
+++ b/LUFA/DoxygenPages/ExportingLibrary.txt
@@ -33,10 +33,10 @@
* \subsection SSec_AutomaticExport Automatic Export
* If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
* command <b><code>make export_tar</code></b> from the command line. This will generate two .tar files in the
- * current directory, named <code>LUFA_XXXXXX.tar</code> and <code>LUFA_XXXXXX_Code_Templates.tar</code> (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.
+ * current directory, named <code>LUFA_YYMMDD.tar</code> and <code>LUFA_YYMMDD_Code_Templates.tar</code> (where
+ * "YYMMDD" 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.