head 1.1; access; symbols; locks ahuxley:1.1; strict; comment @# @; 1.1 date 99.01.15.17.10.23; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR ANIMAL HTML DOCS @ 1.1 log @Initial revision @ text @# $Header$ 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 $@@ @