From f38f1deb654ffe547ef18994ad9435fd1aa5cff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Mon, 3 May 1999 06:51:08 +0000 Subject: - fix: allow use $DESTDIR on "make install DESTDIR=". - fix: allow use $DESTDIR on "make install DESTDIR=". svn path=/trunk/; revision=888 --- calendar/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 8042e05d94..5bbf788c8e 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -78,7 +78,7 @@ Productivitydir = $(datadir)/gnome/apps/Applications Productivity_DATA = gncal.desktop install-data-local: - $(mkinstalldirs) $(help_base)/C - $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat - $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html + $(mkinstalldirs) $(DESTDIR)$(help_base)/C + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(help_base)/C/topic.dat + $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(DESTDIR)$(help_base)/C/gnome-cal.html + cd $(DESTDIR)$(help_base)/C; rm -f index.html ; $(LN_S) gnome-cal.html index.html -- cgit v1.2.3