mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
16 lines
255 B
Makefile
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
|