Admin/website/build/project.mak
author haftmann
Sun, 05 Jun 2005 14:58:16 +0200
changeset 16277 f3f4d357b8ad
parent 16275 951803bff5b1
child 16300 a4e163c7ed9c
permissions -rw-r--r--
better symlink handling

# isaweb makefile - project-specific dependencies
# $Id$

#~ DEP_SYMLINKS=$(OUTPUTROOT)/dist/packages $(OUTPUTROOT)/library

#~ $(OUTPUTROOT)/dist/packages: $(ISABELLE_DIST)
	#~ mkdir -p $(OUTPUTROOT)/dist
	#~ ln -s $< $@

DEP_SYMLINKS=dist/packages $(OUTPUTROOT)/library

dist/packages: $(ISABELLE_DIST)
	ln -s $< $@

#~ library: $(ISABELLE_LIBR)
#~	ln -s $< $@

$(OUTPUTROOT)/library: $(ISABELLE_LIBR)
	ln -s $< $@

include/documentationdist.include.html: $(ISABELLE_DOC_CONTENT_FILE)
	perl build/mkcontents.pl -p '//dist/packages/Isabelle/doc/' $< $@

symlinks: $(DEP_SYMLINKS)
.PHONY: symlinks