ldapsaisie/doc/Makefile
2010-04-12 12:40:14 +02:00

17 lines
255 B
Makefile

DOCBOOK_FILE=LdapSaisie.docbook
all: validate export
# Validation
validate:
xmllint --valid --noout $(DOCBOOK_FILE)
export:
cd exports; make all
html:
cd exports/html; make all-in-one/LdapSaisie.html
clean:
cd exports; make clean