1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2024-12-22 16:33:48 +01:00
ldapsaisie/doc/Makefile
2010-04-12 12:40:14 +02:00

16 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