1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2024-12-24 09:23:47 +01:00
ldapsaisie/doc/exports/Makefile
2009-03-17 19:21:10 +00:00

23 lines
311 B
Makefile

DOCBOOK_FILE=../LdapSaisie.docbook
all: html pdf
# HTML
html: html/LdapSaisie.html
html/LdapSaisie.html:
cd html; make html
clean_html:
cd html; make clean
# PDF
pdf: pdf/LdapSaisie.pdf
pdf/LdapSaisie.pdf:
cd pdf; make pdf
clean_pdf:
cd pdf; make clean
clean: clean_html clean_pdf