Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 646 → Rev 647

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