Subversion Repositories pub

Compare Revisions

Regard whitespace Rev 647 → Rev 565

/video-contact-sheet/trunk/online_man/Makefile
4,11 → 4,14
 
docsdir=../dist/docs
 
all: man.vcs.html
all: man.vcs.html man.vcs.conf.html
 
man.vcs.html: $(docsdir)/vcs.man.html
man.vcs.html: $(docsdir)/vcs.man.xhtml
cp $< $@
 
man.vcs.conf.html: $(docsdir)/vcs.conf.man.xhtml
cp $< $@
 
$(docsdir)/%:
make -C $(docsdir) $*
 
15,4 → 18,3
clean:
$(RM) man.vcs.html man.vcs.conf.html
 
.PHONY: all clean