* Makefile.in: Temporarily add ability to generate pdfs.

This commit is contained in:
Christopher Faylor 2008-07-01 17:17:31 +00:00
parent 3236e43753
commit 4534778c4c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-01 Christopher Faylor <me+cygwin@cgf.cx>
* Makefile.in: Temporarily add ability to generate pdfs.
2008-06-26 Fred Korz <korz_fred@emc.com>
* effectively.sgml: Correct subject-verb agreement, missing verb

View File

@ -31,7 +31,9 @@ all : \
cygwin-ug-net/cygwin-ug-net.html \
cygwin-ug-net/cygwin-ug-net.html.gz \
cygwin-api/cygwin-api.html \
faq/faq.html faq/faq-nochunks.html
faq/faq.html faq/faq-nochunks.html \
cygwin-ug-net/cygwin-ug-net.pdf \
cygwin-api/cygwin-api.html
clean:
rm -Rf $(TOCLEAN)
@ -47,12 +49,18 @@ cygwin-ug-net/cygwin-ug-net.html.gz : cygwin-ug-net.sgml doctool
cygwin-ug-net/cygwin-ug-net.html : cygwin-ug-net.sgml doctool
-xmlto html -o cygwin-ug-net/ -m $(srcdir)/cygwin.dsl $<
cygwin-ug-net/cygwin-ug-net.pdf : cygwin-ug-net.sgml doctool
-xmlto --extension -v pdf -o cygwin-ug-net/ -m $(srcdir)/cygwin.dsl $<
cygwin-ug-net.sgml : cygwin-ug-net.in.sgml ./doctool Makefile
-./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $<
cygwin-api/cygwin-api.html : cygwin-api.sgml
-xmlto html -o cygwin-api/ -m $(srcdir)/cygwin.dsl $<
cygwin-api/cygwin-api.pdf : cygwin-api.sgml
-xmlto --extension -v pdf -o cygwin-api/ -m $(srcdir)/cygwin.dsl $<
cygwin-api.sgml : cygwin-api.in.sgml ./doctool Makefile
-./doctool -m $(SGMLDIRS) -s $(srcdir) -o $@ $<