summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 10:56:43 +0000
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 10:56:43 +0000
commite299fbc3c324043bc472777e9032878b794fa2f1 (patch)
treecdd6aca5a6812ad5c58152ccbfc481a952888d4b /Makefile.am
parente1f5e60bfe1a07a5b097daaad563293efe3c77f1 (diff)
downloadnavit-e299fbc3c324043bc472777e9032878b794fa2f1.tar.gz
Add installsamplemap target and use maps as a subdir
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@518 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f9d71e1c..a8ea10b54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,13 @@ all-local:
@echo Navit build complete
@echo To build the sample map:
@echo make samplemap
+ @echo To install the sample map:
+ @echo make installsamplemap
@echo ------------------------
samplemap:
make -C src samplemap
+
+installsamplemap:
+ make -C src installsamplemap
+