head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.1.1.1
	RELEASE_2_2_2:1.1.1.1
	w3_2_2_26:1.1.1.1
	KIRI:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.03.03.05.46;	author clive;	state dead;
branches;
next	1.2;

1.2
date	97.06.10.09.58.52;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	96.12.18.05.26.32;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.12.18.05.26.32;	author asami;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to w3-4.0pre.46.

Timed out from: MAINTAINER
Reviewed by: Ilya Martynov <m_ilya@@agava.com>
Repo-copied by: asami
@
text
@--- Makefile.orig	Sun Oct 29 01:21:56 1995
+++ Makefile	Sat May 31 19:15:25 1997
@@@@ -1,19 +1,19 @@@@
 # what emacs is called on your system
-EMACS = emacs
+EMACS = ${EMACSCMD}
 
 # How to make a directory
 # need a -p if you want to make the parents!
-MKDIR = mkdir
+MKDIR ?= mkdir
 
 # Various other stuff used
 RM    = rm -f
-CP    = cp
+CP    ?= cp
 
 # where the Info file should go
-INFODIR = ../info
+INFODIR ?= ../info
 
 # where the w3 lisp files should go
-LISPDIR = $$HOME/lisp
+LISPDIR = ${ELISPDIR}/w3
 
 # Change this to be where your .emacs file is stored
 DOTEMACS      = $$HOME/.emacs
@@@@ -57,16 +57,16 @@@@
 w3:	docomp.el $(OBJECTS)
 	@@echo Build of w3 complete...
 
-all:	w3.info w3 emacs
+all:	w3.info w3
 
 install: all
 	@@echo Installing in $(LISPDIR)
 	if [ ! -d $(LISPDIR) ] ; then $(MKDIR) $(LISPDIR) ; fi
-	(cd $(LISPDIR) ; $(RM) -f $(SOURCES) $(OBJECTS) w3-sysdp.el*)
-	$(CP) $(SOURCES) $(OBJECTS) $(LISPDIR)
+	(cd $(LISPDIR) ; $(RM) $(SOURCES) $(OBJECTS) w3-sysdp.el*)
+	${INSTALL_DATA} $(SOURCES) $(OBJECTS) $(LISPDIR)
 	if [ ! -d $(INFODIR) ] ; then $(MKDIR) $(INFODIR) ; fi
-	(cd $(INFODIR) ; $(RM) -f w3.info*)
-	$(CP) w3.info* $(INFODIR)
+	(cd $(INFODIR) ; $(RM) w3.info*)
+	${INSTALL_DATA} w3.info* $(INFODIR)
 
 emacs:	
 	@@echo Adding w3 setup to $(DOTEMACS)
@


1.2
log
@Update dir file with install-info.  Also, change organization so that
files can be shared between this port and japanese/w3.

Note this is a "blind" commit; it is too much trouble to test an update
with this many added and deleted files.  I'll test it later.

PR:		3788
Submitted by:	<kiri@@kiri.toba-cmt.ac.jp>
@
text
@@


1.1
log
@Initial revision
@
text
@d1 12
a12 3
--- Makefile.org	Sun Oct 29 01:21:56 1995
+++ Makefile	Sun Dec  1 14:01:52 1996
@@@@ -8,12 +8,13 @@@@
d15 2
a16 2
 CP    = cp
+INSTALL_DATA =	/usr/bin/install -c -o bin -g bin -m 444
d20 1
a20 1
+INFODIR = ${PREFIX}/info
d24 1
a24 1
+LISPDIR = ${PREFIX}/share/emacs/site-lisp/w3
d28 1
a28 1
@@@@ -57,16 +58,16 @@@@
@


1.1.1.1
log
@Web browser based on emacs/mule.

Submitted by:	Kiriyama Kazuhiko <kiri@@kiri.toba-cmt.ac.jp>
@
text
@@
