Searched refs:BOOKS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/DocBook/
H A DMakefile34 BOOKS := $(addprefix $(obj)/,$(DOCBOOKS)) macro
35 xmldocs: $(BOOKS)
38 PS := $(patsubst %.xml, %.ps, $(BOOKS))
41 PDF := $(patsubst %.xml, %.pdf, $(BOOKS))
44 HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
48 MAN := $(patsubst %.xml, %.9, $(BOOKS))
87 cmd_files := $(wildcard $(foreach f,$(BOOKS),$(dir $(f)).$(notdir $(f)).cmd))
95 $(BOOKS): $(KERNELDOC)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Didb.pl14 open(BOOKS,"IDB.books") || die "Unable to open IDB.books file\n";
15 @books = sort idbsort <BOOKS>;
16 close BOOKS;

Completed in 76 milliseconds