summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 17:20:41 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 17:20:41 +0200
commit1fc7c89cb4d0e8ebc5721a6c4a42d6ed03e386bc (patch)
tree8efd452a9ea07c264b8c95b2402b6a2296d9f66c /Makefile
parentb6f8c171518ed72d18446b4d622204426a892909 (diff)
downloadqpdf-1fc7c89cb4d0e8ebc5721a6c4a42d6ed03e386bc.tar.zst
revamp install targets
git-svn-id: svn+q:///qpdf/trunk@854 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e65d8473..979ca328 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,9 @@ all: $(ALL_TARGETS) ;
check: $(TEST_TARGETS)
-install_docs::
+# Install targets are in the make directory in the rules-specific make
+# fragments.
+
install: all
./mkinstalldirs $(DESTDIR)$(libdir)
./mkinstalldirs $(DESTDIR)$(bindir)