]> AND Private Git Repository - these_gilles.git/blob - PRESENTATION/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
7 avril pour jury
[these_gilles.git] / PRESENTATION / Makefile
1 SRC=$(wildcard *.rst)
2 DEP=~/.hovercraft/zulufemto/
3 TIDY=$(shell which tidy)
4 HVCT=$(shell which hovercraft)
5
6 all: 
7         $(HVCT) -t $(DEP) $(SRC) .
8         -@$(TIDY) -f tidy.log -m index.html
9