ChangeLog Dimitrie O. Paun <dpaun@rogers.com> Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS. Index: documentation/Makefile.in =================================================================== RCS file: /var/cvs/wine/documentation/Makefile.in,v retrieving revision 1.33 diff -u -r1.33 Makefile.in --- documentation/Makefile.in 15 Sep 2003 20:16:43 -0000 1.33 +++ documentation/Makefile.in 15 Sep 2003 20:24:29 -0000 @@ -52,12 +52,6 @@ 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 @@ 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) -- Dimi.