mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +01:00
14 lines
195 B
Makefile
14 lines
195 B
Makefile
|
DOCBOOK_FILE=LdapSaisie.docbook
|
||
|
|
||
|
all: validate export
|
||
|
|
||
|
# Validation
|
||
|
validate:
|
||
|
xmllint --valid --noout $(DOCBOOK_FILE)
|
||
|
|
||
|
export:
|
||
|
cd exports; make all
|
||
|
|
||
|
clean:
|
||
|
cd exports; make clean
|