ldapsaisie/doc/exports/Makefile

24 lines
311 B
Makefile
Raw Normal View History

2009-03-17 20:21:10 +01:00
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