Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS.

This commit is contained in:
Dimitrie O. Paun 2003-09-16 01:03:54 +00:00 committed by Alexandre Julliard
parent ccfca3cbc4
commit 66824e5fb6

View file

@ -52,12 +52,6 @@ WINELIB_USER_SRCS = \
WINE_FAQ_SRCS = \ WINE_FAQ_SRCS = \
faq.sgml faq.sgml
WINE_DOC_SRCS = \
$(WINELIB_USER_SRCS) \
$(WINE_DEVEL_SRCS) \
$(WINE_FAQ_SRCS) \
$(WINE_USER_SRCS)
MAN_TARGETS = wine.man MAN_TARGETS = wine.man
ALLBOOKS = \ ALLBOOKS = \
@ -66,17 +60,12 @@ ALLBOOKS = \
wine-user \ wine-user \
winelib-user winelib-user
BOOKS_TARGETS = \
$(ALLBOOKS:%=%/index.html) \
$(ALLBOOKS:%=%.pdf) \
$(ALLBOOKS:%=%.ps)
all: $(MAN_TARGETS) all: $(MAN_TARGETS)
@MAKE_RULES@ @MAKE_RULES@
everything: $(MAN_TARGETS) $(BOOKS_TARGETS) everything: $(MAN_TARGETS) doc
doc: $(BOOKS_TARGETS) doc: html pdf ps
html: $(ALLBOOKS:%=%/index.html) html: $(ALLBOOKS:%=%/index.html)
pdf: $(ALLBOOKS:%=%.pdf) pdf: $(ALLBOOKS:%=%.pdf)
ps: $(ALLBOOKS:%=%.ps) ps: $(ALLBOOKS:%=%.ps)