Skip to content
Snippets Groups Projects
Commit 4571490e authored by clohr's avatar clohr
Browse files

fichiers temporaires

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/web/tags/version_1@2114 b32b6428-25c9-4566-ad07-03861ab6144f
parent 997c8bc5
No related branches found
No related tags found
No related merge requests found
all: index.html
FIGDIR = ../../../xAAL_specs/trunk/version-0.2_fr
FIGS = ${FIGDIR}/bus-xaal_activators.fig ${FIGDIR}/bus-xaal_databases.fig \
${FIGDIR}/bus-xaal_devices.fig
PNGS = $(notdir $(FIGS:%.fig=%.png))
index.html: xaal.md $(PNGS)
pandoc -f markdown -t html -s -T xAAL -o $@ $<
%.png: ../%.fig
fig2dev -L png $< $@
install:
@echo Fichiers à copier sur votre serveur web:
@echo index.html $(PNGS)
@echo ../en/xAAL-specs_en.pdf
@echo ../xAAL-specs.pdf
@echo ../../../tags/version_0.1-json/protocole-xAAL.pdf
@echo ../../../tags/version_0.1-bin/protocole_lowlevel.pdf
proper:
rm -f index.html $(PNGS) *~
.PHONY: all install proper
.SUFFIXES: .md .png .fig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment