From f269368c93a2e90753b286d43f6d34303c4c0929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Wed, 22 Sep 1999 19:07:16 +0000 Subject: - fix which allow "make insytall DESTDIR=". svn path=/trunk/; revision=1250 --- calendar/doc/C/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/doc/C/Makefile.am b/calendar/doc/C/Makefile.am index be6533d715..fbd3b63acf 100644 --- a/calendar/doc/C/Makefile.am +++ b/calendar/doc/C/Makefile.am @@ -27,13 +27,13 @@ dist-hook: -cp images/*.gif images/*.jpg $(distdir)/images install-data-local: gnomecal.html - $(mkinstalldirs) $(gnomecal_helpdir)/images + $(mkinstalldirs) $(DESTDIR)$(gnomecal_helpdir)/images -for file in $(srcdir)/gnomecal/*.html $(srcdir)/gnomecal/*.css; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $(srcdir)/$$file $(gnomecal_helpdir)/$$basefile; \ + $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gnomecal_helpdir)/$$basefile; \ done -for file in $(srcdir)/images/*.jpg $(srcdir)/images/*.gif; do \ - $(INSTALL_DATA) $(srcdir)/$$file $(gnomecal_helpdir)/images;\ + $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gnomecal_helpdir)/images;\ done gnomecal.ps: gnomecal.sgml -- cgit v1.2.3