From 97f6beb3ae348788249984066ac11331c208521b Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 16 Aug 2017 10:52:48 +0200 Subject: [PATCH] add rule to install PDF --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47f499b..782b671 100644 --- a/Makefile +++ b/Makefile @@ -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