# HG changeset patch # User haftmann # Date 1129878352 -7200 # Node ID 1a0536074edf2239d194c1b94efd981edaf48fa8 # Parent 3706c254d29691109101604d7c1af1e83a271216 towards an improved website/makedist integration diff -r 3706c254d296 -r 1a0536074edf Admin/website/build/project.mak --- a/Admin/website/build/project.mak Fri Oct 21 08:23:45 2005 +0200 +++ b/Admin/website/build/project.mak Fri Oct 21 09:05:52 2005 +0200 @@ -1,6 +1,12 @@ # isaweb makefile - project-specific dependencies # $Id$ +include conf/distname.mak +conf/distinfo.mak: + @echo 'There is no $@ file; it should have been allocated by makedist.'; \ + @echo 'If you have no makedist at hand, check out default $@ from CVS'; \ + @false; \ + project: $(OUTPUTROOT)/dist site .PHONY: project @@ -12,14 +18,14 @@ $(OUTPUTROOT)/dist: $(ISABELLE_DIST) mkdir -p $@ - $(COPY) -vRud $< $@ + $(COPY) -vRud $ conf/distname.mak'; \ - echo; \ - false; \ - perms: build/set_perm.bash $(FIND) $(LOCAL_UMASK_FILE) $(LOCAL_UMASK_DIR) $(LOCAL_GROUP) .PHONY: perms \ No newline at end of file