Commit 492e9632 authored by Alexandre Julliard's avatar Alexandre Julliard

Added rules for building the FAQ.

parent 18d02972
......@@ -3,15 +3,16 @@
*.junk
*.log
*.out
*.tex
*.pdf
*.ps
*.tex
DBTOHTML_OUTPUT_DIR*
Makefile
wine-devel
wine-doc
wine-doc.rtf
wine-user
wine-devel
winelib-user
wine-faq
wine-pkg
wine-user
wine.man
winelib-user
......@@ -52,9 +52,13 @@ WINELIB_USER_SRCS = \
WINE_PKG_SRCS = \
packaging.sgml
WINE_FAQ_SRCS = \
faq.sgml
WINE_DOC_SRCS = \
$(WINELIB_USER_SRCS) \
$(WINE_DEVEL_SRCS) \
$(WINE_FAQ_SRCS) \
$(WINE_PKG_SRCS) \
$(WINE_USER_SRCS)
......@@ -62,6 +66,7 @@ MAN_TARGETS = wine.man
ALLBOOKS = \
wine-devel \
wine-faq \
wine-pkg \
wine-user \
winelib-user
......@@ -98,6 +103,7 @@ wine-doc: wine-doc/index.html wine-doc.pdf wine-doc.ps
$(DB2PS) $< >/dev/null
wine-devel.pdf wine-devel.ps wine-devel/index.html: $(WINE_DEVEL_SRCS)
wine-faq.pdf wine-faq.ps wine-faq/index.html: $(WINE_FAQ_SRCS)
wine-pkg.pdf wine-pkg.ps wine-pkg/index.html: $(WINE_PKG_SRCS)
wine-user.pdf wine-user.ps wine-user/index.html: $(WINE_USER_SRCS)
winelib-user.pdf winelib-user.ps winelib-user/index.html: $(WINELIB_USER_SRCS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment