Updated makefile

git-svn-id: https://svn.outlyer.net/svn/pub/video-contact-sheet/trunk@647 da2faf11-d50b-4b07-92cd-6070d1bd8887
This commit is contained in:
Toni Corvera 2017-05-20 16:02:34 +00:00
parent ec6bb24c19
commit 07f75d7bf8
1 changed files with 3 additions and 5 deletions

View File

@ -4,12 +4,9 @@
docsdir=../dist/docs
all: man.vcs.html man.vcs.conf.html
all: man.vcs.html
man.vcs.html: $(docsdir)/vcs.man.xhtml
cp $< $@
man.vcs.conf.html: $(docsdir)/vcs.conf.man.xhtml
man.vcs.html: $(docsdir)/vcs.man.html
cp $< $@
$(docsdir)/%:
@ -18,3 +15,4 @@ $(docsdir)/%:
clean:
$(RM) man.vcs.html man.vcs.conf.html
.PHONY: all clean