ldapsaisie/doc/Makefile

17 lines
255 B
Makefile
Raw Normal View History

2009-03-17 20:21:10 +01:00
DOCBOOK_FILE=LdapSaisie.docbook
all: validate export
# Validation
validate:
xmllint --valid --noout $(DOCBOOK_FILE)
export:
cd exports; make all
2010-04-12 12:40:14 +02:00
html:
cd exports/html; make all-in-one/LdapSaisie.html
2009-03-17 20:21:10 +01:00
clean:
cd exports; make clean