From 66824e5fb6dea53fce9f00c5a21611e60fbd3a5f Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Tue, 16 Sep 2003 01:03:54 +0000 Subject: [PATCH] Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS. --- documentation/Makefile.in | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/documentation/Makefile.in b/documentation/Makefile.in index eeaae098515..39c5f1e0636 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in @@ -52,12 +52,6 @@ WINELIB_USER_SRCS = \ WINE_FAQ_SRCS = \ faq.sgml -WINE_DOC_SRCS = \ - $(WINELIB_USER_SRCS) \ - $(WINE_DEVEL_SRCS) \ - $(WINE_FAQ_SRCS) \ - $(WINE_USER_SRCS) - MAN_TARGETS = wine.man ALLBOOKS = \ @@ -66,17 +60,12 @@ ALLBOOKS = \ wine-user \ winelib-user -BOOKS_TARGETS = \ - $(ALLBOOKS:%=%/index.html) \ - $(ALLBOOKS:%=%.pdf) \ - $(ALLBOOKS:%=%.ps) - all: $(MAN_TARGETS) @MAKE_RULES@ -everything: $(MAN_TARGETS) $(BOOKS_TARGETS) -doc: $(BOOKS_TARGETS) +everything: $(MAN_TARGETS) doc +doc: html pdf ps html: $(ALLBOOKS:%=%/index.html) pdf: $(ALLBOOKS:%=%.pdf) ps: $(ALLBOOKS:%=%.ps)