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

pull/1469/head
Dean Camera 12 years ago
parent f3a8263842
commit f2d7f6f674

@ -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

Loading…
Cancel
Save