mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-10 12:33:15 +01:00
13 lines
195 B
Makefile
13 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
|