Move XDK cache generation Python script into the VSIX related packing directory.

This commit is contained in:
Dean Camera 2013-04-14 10:31:43 +00:00
parent f3a8263842
commit f2d7f6f674
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@echo "Generating ASF cache files..."
@rm -f $(LUFA_ROOT)/../content.xml.cache
@rm -f $(LUFA_ROOT)/../ExampleProjects.xml
@python generate_caches.py $(LUFA_ROOT)/../
@python VSIX/generate_caches.py $(LUFA_ROOT)/../
@echo "Archiving Content..."
@rm -f contents.zip