blob: 004872048fe9ad58cdcb370f449379c9d4ffa9a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.orig 2008-11-13 14:11:39 UTC
+++ Makefile
@@ -44,6 +44,9 @@ install-core-dev: pdfedit-core-dev
cd $(KERNELROOT) && $(MAKE) install-dev
cd $(OSROOT) && $(MAKE) install-dev
+install-tools:
+ cd $(TOOLSROOT) && $(MAKE) install
+
# Common uninstall target. It depends on configuration which specific
# uninstallation target will be used
|