Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
setup.py: add missing include for example
Signed-off-by: Manuel Traut <manut@linutronix.de>
  • Loading branch information
Manuel Traut committed Jun 9, 2017
1 parent 29a2396 commit 02bb4d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -64,5 +64,9 @@ def run(self):
('/usr/share/doc/elbe-doc/', glob.glob("docs/elbe-schema-reference*")),
('/usr/share/doc/elbe-doc/', glob.glob("docs/elbeoverview-en*")),
('/usr/share/doc/elbe-doc/contrib/linux', glob.glob("contrib/linux/*")),
('/usr/share/doc/elbe-doc/examples', glob.glob("examples/*xml"))],
('/usr/share/doc/elbe-doc/examples', glob.glob("examples/*xml")),
('/usr/share/doc/elbe-doc/examples/includes/prod',
glob.glob("examples/includes/prod/*.xml")),
('/usr/share/doc/elbe-doc/examples/includes/devel',
glob.glob("examples/includes/devel/*.xml"))],
)

0 comments on commit 02bb4d1

Please sign in to comment.