head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2002.12.25.23.27.31; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Initial release. - Version 0.9. @ text @--- Makefile.in.orig 2000-07-04 12:16:37.000000000 +0200 +++ Makefile.in 2002-07-20 14:28:42.000000000 +0200 @@@@ -318,7 +318,8 @@@@ install-data-local: - $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1 + $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 + $(INSTALL_DATA) urlview.man $(DESTDIR)$(mandir)/man1/urlview.1 # how to create a target for uninstall-data-local??? @ .