view docs/articles/makefile @ 2812:1f47bdb9f356 lwtools-port

Added new utils section in 3rdparty and updated makefile(s) Added a new utils section in 3rdparty/utils called dladd. This section will include utilities that are made by David Ladd. Updated 3rdparty/utils/makefile to include this new section. Updated level2/coco3/cmds/makefile to add CMDS_D2 into the echo string that has CMDS and CMDS_DW so now it will output CMDS CMDS_D2 and CMDS_DW
author David Ladd <drencor-xeen@users.sf.net>
date Tue, 12 Feb 2013 12:38:22 -0600
parents bc28c3bc3769
children
line wrap: on
line source

BOOK            = articles
STYLESHEET      = ../stylesheets/docbook-utils.dsl

all: $(BOOK).pdf

$(BOOK).pdf: articles.docbook bootprocess.article ded.article diskcrash.article \
            os9software.article tutorial.article extensionmodule.article
	docbook2pdf -d $(STYLESHEET)#print $(BOOK).docbook
print:
	psnup -2 $(BOOK).ps | lpr

clean:
	$(RM) *.html $(BOOK).pdf $(BOOK).ps