Home | History | Annotate | Download | only in doc

Lines Matching full:destdir

1379    Optionally, you may prepend the value of `DESTDIR' to the target
1382 set the value of `DESTDIR' in your Makefile, and do not include it in
1383 any installed files. With support for `DESTDIR', the above examples
1386 $(INSTALL_PROGRAM) foo $(DESTDIR)$(bindir)/foo
1387 $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a
1759 $(DESTDIR)$(infodir)/foo.info: foo.info
1764 $(INSTALL_DATA) $$d/foo.info $(DESTDIR)$@; \
1772 install-info --dir-file=$(DESTDIR)$(infodir)/dir \
1773 $(DESTDIR)$(infodir)/foo.info; \
1988 or, if you wish to support `DESTDIR',
1994 $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) \
1995 $(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
1996 $(DESTDIR)$(mandir)