summaryrefslogblamecommitdiffstats
path: root/doc/Makefile
blob: 9db3b618194b368617a688a1918a1298d1f2d296 (plain) (tree)























                                                        

include Make.config

BASEDIR=$(shell pwd)

all: info html ps
#	find $(WWW_INSTALL) -type f | xargs -e chmod 444
#	find $(WWW_INSTALL) -type d | xargs -e chmod 555

info:
	./do_docs $(BASEDIR) info

html:
	cp common/*.gif common/*.jpg $(WWW_INSTALL)
	cp rtems.html HELP.html $(WWW_INSTALL)
	./do_docs $(BASEDIR) html

ps:
	./do_docs $(BASEDIR) ps

clean:
	./do_docs $(BASEDIR) clean