Admin/website/build/project.mak
changeset 16300 a4e163c7ed9c
parent 16277 f3f4d357b8ad
child 16323 7115adb43f3f
--- a/Admin/website/build/project.mak	Mon Jun 06 13:43:39 2005 +0200
+++ b/Admin/website/build/project.mak	Mon Jun 06 14:11:05 2005 +0200
@@ -23,3 +23,14 @@
 
 symlinks: $(DEP_SYMLINKS)
 .PHONY: symlinks
+
+include conf/distname.mak
+conf/distname.mak:
+	@echo 'There is no conf/distname.mak file; it should have been'; \
+	echo 'allocated by makedist.'; \
+	echo 'If you have no makedist at hands, allocate a conf/distname.mak file'; \
+	echo 'yourself, e. g. by:'; \
+	echo; \
+	echo 'echo "DISTNAME=Isabelle2004" > conf/distname.mak'; \
+	echo; \
+	false; \