RNC	   = $(shell ls *.rnc) 

all:		#$(RNG) #$(XSD) #omdoc.xsd $(TARGET.dtd) 

clean:		
		rm -f *~ 
distclean:	clean

# no longer adequate
# install:	$(SRC.rnc) $(SRC.rng) #$(SRC.xsd)
#	cp $(RNC) $(RNG) $(HOME)/vc/svn/omdoc.org/www/rnc
