Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 653 → Rev 654

/video-contact-sheet/branches/1.13.3-pre.1/online_man/Makefile
0,0 → 1,20
#
# $Id$
#
 
docsdir=../dist/docs
 
all: man.vcs.html man.vcs.conf.html
 
man.vcs.html: $(docsdir)/vcs.man.xhtml
cp $< $@
 
man.vcs.conf.html: $(docsdir)/vcs.conf.man.xhtml
cp $< $@
 
$(docsdir)/%:
make -C $(docsdir) $*
 
clean:
$(RM) man.vcs.html man.vcs.conf.html
 
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property