Admin/makepage
changeset 9287 c406d0af9368
parent 8223 960ca167cfc5
equal deleted inserted replaced
9286:4ccadbdbbd24 9287:c406d0af9368
     3 # $Id$
     3 # $Id$
     4 #
     4 #
     5 # makemainpage -- make main Isabelle web pages
     5 # makemainpage -- make main Isabelle web pages
     6 
     6 
     7 TARGET=/usr/proj/isabelle-repository/www
     7 TARGET=/usr/proj/isabelle-repository/www
     8 FILES="index.html docs.html about.html cambridge.gif munich.gif"
     8 FILES="index.html docs.html logics.html cambridge.gif munich.gif"
     9 PREFIX=main
     9 PREFIX=main
    10 
    10 
    11 PRG=$(basename $0)
    11 PRG=$(basename $0)
    12 THIS=$(cd $(dirname "$0"); echo $PWD)
    12 THIS=$(cd $(dirname "$0"); echo $PWD)
    13 
    13