Changeset 4421c53 in clfs-sysroot
- Timestamp:
- Jun 11, 2006, 9:08:43 PM (18 years ago)
- Branches:
- master
- Children:
- 6c341df
- Parents:
- 75984cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r75984cf r4421c53 18 18 ARCHS_DLLIST := $(ARCHS:%=%$(S)dllist) 19 19 20 .PHONY: lfs tidy render titlepage $(ARCHS_HTML) nochunks $(ARCHS_NOCHUNKS) pdf $(ARCHS_PDF) text $(ARCHS_TEXT) validate $(ARCHS_VALIDATE) trouble $(ARCHS_TROUBLE) dump-commands $(ARCHS_DUMP) download-list $(ARCHS_DLLIST) 21 20 22 lfs: render tidy 21 23 24 ifeq ($(shell which tidy >/dev/null 2>&1 && echo yes),yes) 22 25 tidy: 23 26 @echo Running tidy on the created HTML … … 28 31 sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \ 29 32 done; 33 else 34 tidy: 35 @echo Tidy is not installed on this system 36 endif 30 37 31 38 render: $(ARCHS_HTML) titlepage
Note:
See TracChangeset
for help on using the changeset viewer.