Admin/website/build/project.mak
changeset 16242 f0d154b21b86
parent 16233 e634d33deb86
child 16243 5f1561806a6f
equal deleted inserted replaced
16241:bf058cdf6841 16242:f0d154b21b86
     1 # isaweb makefile - project-specific dependencies
     1 # isaweb makefile - project-specific dependencies
     2 # $Id$
     2 # $Id$
     3 
     3 
     4 DEP_SYMLINKS=$(OUTPUTROOT)/dist/packages
     4 DEP_SYMLINKS=$(OUTPUTROOT)/dist/packages $(OUTPUTROOT)/library
     5 
     5 
     6 $(DEP_SYMLINKS): $(ISABELLE_DIST)
     6 $(OUTPUTROOT)/dist/packages: $(ISABELLE_DIST)
     7 	mkdir -p $(OUTPUTROOT)/dist
     7 	mkdir -p $(OUTPUTROOT)/dist
       
     8 	ln -s $< $@
       
     9 
       
    10 $(OUTPUTROOT)/library:
     8 	ln -s $< $@
    11 	ln -s $< $@
     9 
    12 
    10 include/documentationdist.include.html: $(ISABELLE_DOC_CONTENT_FILE)
    13 include/documentationdist.include.html: $(ISABELLE_DOC_CONTENT_FILE)
    11 	perl build/mkcontents.pl -p '//dist/packages/Isabelle/doc/' $< $@
    14 	perl build/mkcontents.pl -p '//dist/packages/Isabelle/doc/' $< $@