Changeset 4421c53 in clfs-sysroot for BOOK/Makefile


Ignore:
Timestamp:
Jun 11, 2006, 9:08:43 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
6c341df
Parents:
75984cf
Message:

r3922@server (orig r1764): jciccone | 2006-06-11 18:37:47 -0700
Updated the clfs-2.0 branch Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r75984cf r4421c53  
    1818ARCHS_DLLIST    := $(ARCHS:%=%$(S)dllist)
    1919
     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
    2022lfs: render tidy
    2123
     24ifeq ($(shell which tidy >/dev/null 2>&1 && echo yes),yes)
    2225tidy:
    2326        @echo Running tidy on the created HTML
     
    2831          sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
    2932        done;
     33else
     34tidy:
     35        @echo Tidy is not installed on this system
     36endif
    3037
    3138render: $(ARCHS_HTML) titlepage
Note: See TracChangeset for help on using the changeset viewer.