Skip to content

Commit

Permalink
fix preface
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Jan 8, 2011
1 parent 8a6961a commit d7f72d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xml/GNUmakefile
Expand Up @@ -29,7 +29,11 @@ all: $(XML_TARGETS)

$(XML_TARGETS):
@echo TARGET BASE: ${BASE} ${ORIG}
$(POD6DOC) ${ORIG} > $@
$(POD6DOC) ${ORIG} > $@

book_preface.xml:
@echo TARGET BASE: ${BASE} ${ORIG}
$(POD6DOC) -doctype preface ${ORIG} > $@

clean:
$(RM) *.xml
Expand Down

0 comments on commit d7f72d6

Please sign in to comment.