logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/lanodan.eu.git

Makefile (227B)


  1. all: lint accueil.pdf home.pdf
  2. accueil.pdf: accueil.html style.css
  3. weasyprint accueil.html accueil.pdf
  4. home.pdf: home.html style.css
  5. weasyprint home.html home.pdf
  6. .PHONY: lint
  7. lint:
  8. xmllint --noout accueil.html home.html