add rule to install PDF

This commit is contained in:
2017-08-16 10:52:48 +02:00
parent b80261ba16
commit 97f6beb3ae

View File

@ -21,4 +21,9 @@ src_DEPEND_DIRS = configure
DIRS += streamApp
streamApp_DEPEND_DIRS = src
include $(CONFIG)/RULES_DIRS
include $(CONFIG)/RULES_TOP
documentation/stream.pdf: documentation/*.html documentation/*.css documentation/*.png
cd documentation; makepdf
install: documentation/stream.pdf