diff options
Diffstat (limited to 'odk/Package_examples.mk')
-rw-r--r-- | odk/Package_examples.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/odk/Package_examples.mk b/odk/Package_examples.mk index 6749bcdcc798..457aea37e166 100644 --- a/odk/Package_examples.mk +++ b/odk/Package_examples.mk @@ -541,6 +541,12 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples, python/toolpanel/toolpanel.component \ python/toolpanel/toolpanel.py \ python/toolpanel/toolpanels/poc.xdl \ + python/DocumentHandling/DocumentConverter.py \ + python/DocumentHandling/DocumentLoader.py \ + python/DocumentHandling/DocumentPrinter.py \ + python/DocumentHandling/DocumentSaver.py \ + python/DocumentHandling/README.md \ + python/DocumentHandling/tests/hello.odt \ )) # vim: set noet sw=4 ts=4: |