X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e29655b5473c6f8235b72654f9aae9cfeb9b078..f0e5425208d94dfb7bd4da9d72f68651a9ce1589:/LUFA/DoxygenPages/ExportingLibrary.txt 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 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. + * current directory, named LUFA_YYMMDD.tar and LUFA_YYMMDD_Code_Templates.tar (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.