1
0

Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".

This commit is contained in:
Dean Camera
2012-04-07 17:38:30 +00:00
parent 8f4f48d963
commit ae91ccc048
3 changed files with 23 additions and 189 deletions

View File

@@ -92,6 +92,7 @@ ifeq ($(origin LUFA_PATH), undefined)
export_tar:
@echo Exporting LUFA library to a TAR archive...
@tar -cf LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`.tar --directory=. --exclude=Documentation --exclude=DoxygenPages --exclude=CodeTemplates --exclude=Doxygen.conf --exclude=*.tar *
@tar -cf LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`_Code_Templates.tar --directory=CodeTemplates *
@echo Export LUFA_`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`.tar complete.
version: