mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-23 07:08:30 +00:00
revamp install targets
git-svn-id: svn+q:///qpdf/trunk@855 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
1fc7c89cb4
commit
75c4a9e8fe
25
Makefile
25
Makefile
@ -123,31 +123,6 @@ check: $(TEST_TARGETS)
|
||||
# Install targets are in the make directory in the rules-specific make
|
||||
# fragments.
|
||||
|
||||
install: all
|
||||
./mkinstalldirs $(DESTDIR)$(libdir)
|
||||
./mkinstalldirs $(DESTDIR)$(bindir)
|
||||
./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
|
||||
./mkinstalldirs $(DESTDIR)$(docdir)
|
||||
./mkinstalldirs $(DESTDIR)$(mandir)/man1
|
||||
$(LIBTOOL) --mode=install install -s -c \
|
||||
libqpdf/$(OUTPUT_DIR)/libqpdf.la \
|
||||
$(DESTDIR)$(libdir)/libqpdf.la
|
||||
$(LIBTOOL) --finish $(DESTDIR)$(libdir)
|
||||
$(RM) $(DESTDIR)$(libdir)/libqpdf.la
|
||||
$(LIBTOOL) --mode=install install -s -c \
|
||||
qpdf/$(OUTPUT_DIR)/qpdf \
|
||||
$(DESTDIR)$(bindir)/qpdf
|
||||
$(LIBTOOL) --mode=install install -s -c \
|
||||
zlib-flate/$(OUTPUT_DIR)/zlib-flate \
|
||||
$(DESTDIR)$(bindir)/zlib-flate
|
||||
cp qpdf/fix-qdf $(DESTDIR)$(bindir)
|
||||
cp include/qpdf/*.h $(DESTDIR)$(includedir)/qpdf
|
||||
cp include/qpdf/*.hh $(DESTDIR)$(includedir)/qpdf
|
||||
cp doc/stylesheet.css $(DESTDIR)$(docdir)
|
||||
cp doc/qpdf-manual.html $(DESTDIR)$(docdir)
|
||||
cp doc/qpdf-manual.pdf $(DESTDIR)$(docdir)
|
||||
cp doc/*.1 $(DESTDIR)$(mandir)/man1
|
||||
|
||||
QTEST=$(abspath qtest/bin/qtest-driver)
|
||||
$(TEST_TARGETS):
|
||||
@echo running qtest-driver for $(subst check_,,$@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user