Skip to content

canonici/tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the intended directory structure for several versions of the tutorial on
the server:

$ tree -L 2 $(TUTORIAL_DIR)
  $(TUTORIAL_DIR)
  ├── 1.0
  │   ├── files
  │   │   ├── tutorial
  │   │   └── tutorial.tar.gz
  │   └── src
  ├── 2.0
  │   ├── files
  │   │   ├── tutorial
  │   │   └── tutorial.tar.gz
  │   └── src
  ├── dev
  │   ├── files -> /var/www/data/git/tutorial/files
  │   └── src -> /var/www/data/git/tutorial/src
  └── stable -> 2.0

The Makefile helps to maintain a directory of versions of the tutorial like

$ make show-help
$ TUTORIAL_VERSION=x.y make install set-stable

Do not forget to add a new version to Site_doc.tutorial_version.

About

The Ocsigen and Eliom tutorial.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 54.7%
  • Makefile 26.8%
  • TeX 7.1%
  • CSS 7.1%
  • Shell 4.3%