X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2FMakefile;h=6eb6640994233d9602bfe6f07edb6bec13457408;hb=b637879a2b3f2ceda65afb3c950061189c4730b7;hp=d3113045231698513783f614ab99af4fb45a5b9f;hpb=a1005281fc2ce93d430716f530c717c8ad4278ef;p=helm.git diff --git a/helm/www/matita/Makefile b/helm/www/matita/Makefile index d31130452..6eb664099 100644 --- a/helm/www/matita/Makefile +++ b/helm/www/matita/Makefile @@ -15,6 +15,7 @@ all: @echo "Nothing to do per default, interesting targets:" @echo @echo " manual # import the (xhtml version of the) user manual" + @echo " library # import the scripts building the library" @echo " images # build images for the splash screen" @echo " papers # build the papers page from xml/papers.xml" @echo @@ -29,6 +30,15 @@ manual-stamp: $(DOCS_SRC_DIR)/*.xml $(DOCS_SRC_DIR)/xsl/* $(MAKE) -C $(DOCS_SRC_DIR) install DESTDIR=$(DOCS_DEST_DIR)/ touch $@ +.PHONY: library +library: + if [ -d library/ ] ; then \ + svn update library/ ; \ + else \ + echo "Can't find the scripts, check them out in library/" ; \ + exit 1 ; \ + fi + papers: papers.shtml papers.shtml: xsl/papers2xhtml.xsl xml/papers.xml xsltproc $^ > $@