head 1.3; access; symbols; locks alexis:1.3; strict; comment @# @; 1.3 date 99.01.15.17.13.12; author alexis; state Exp; branches; next 1.2; 1.2 date 98.08.28.13.06.41; author alexis; state Exp; branches; next 1.1; 1.1 date 98.02.05.12.29.38; author alexis; state Exp; branches; next ; desc @@ 1.3 log @*** empty log message *** @ text @# $Header: Makefile,v 1.2 1998/08/28 13:06:41 alexis Exp alexis $ SUPPORT_DIR = ../support include ../Makefile.defs HTML_FILES = index.html release: $(HTML_FILES) RELID=`sed -n 's/ReleaseId: \(.*\)/\1/p' \ ../.versions_in_releases`; \ rm -f $(PROGID)-*.tar.gz; \ ln -s ../$(PROGID)-$$RELID.tar.gz; \ chmod a+r $(PROGID)-$$RELID.tar.gz clean: install: uninstall: compile: index.html: index.html.shpp ../.versions_in_releases RELID=`sed -n 's/ReleaseId: \(.*\)/\1/p' \ ../.versions_in_releases`; \ $(SHPP_CMD) $(SHPP_FLAGS) -D \ MARKER_PATCHLEVEL=$$RELID -nx $< chmod a+r $@@ @ 1.2 log @milepost @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1998/02/05 12:29:38 alexis Exp alexis $ d9 2 a10 1 RELEASE_ID=`sed -n 's/ReleaseId: \(.*\)/\1/p' ../.versions_in_releases`;\ d12 2 a13 2 ln -s ../$(PROGID)-$$RELEASE_ID.tar.gz; \ chmod a+r $(PROGID)-$$RELEASE_ID.tar.gz a15 1 rm -f *.html $(PROGID)-*.tar.gz d24 4 a27 2 $(SHPP) -nx $(SHPPFLAGS) -D \ PATCHLEVEL_MARKER=`sed -n 's/ReleaseId: \(.*\)/\1/p' ../.versions_in_releases` $< @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1998/02/02 14:11:29 alexis Exp $ d3 1 d23 3 a25 4 index.html: index.html.in ../.versions_in_releases RELEASE_ID=`sed -n 's/ReleaseId: \(.*\)/\1/p' ../.versions_in_releases`;\ cat index.html.in | sed \ -e "s%PATCHLEVEL_MARKER%$$RELEASE_ID%g" >$@@; \ @