view main/queueing/doc/demos/Makefile @ 9985:d536d4fa192a octave-forge

Restructuring documentation dir
author mmarzolla
date Fri, 06 Apr 2012 16:54:31 +0000
parents
children
line wrap: on
line source

DISTFILES=$(wildcard *.texi)

ALL:
	octave -p ../../inst/ -q ../grabdemo.m ../../inst/ && touch DONE

dist:
	ln $(DISTFILES) ../../`cat ../../fname`/doc/demos

clean:
	\rm -f *.texi *~ DONE

distclean: clean