Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 642 → Rev 643

/video-contact-sheet/trunk/dist/docs/GNUmakefile
92,11 → 92,13
 
xhtml: $(filter %.xhtml, $(ALL))
 
# The first two lines of man2html are HTTP headers
 
$(distdir)/vcs.man.html: $(distdir)/vcs.1
man2html -r "$<" > "$@"
man2html -r "$<" | sed 1,2d > "$@"
 
$(distdir)/vcs.conf.man.html: $(distdir)/vcs.conf.5
man2html -r "$<" > "$@"
man2html -r "$<" | sed 1,2 > "$@"
 
$(distdir)/vcs.1: $(srcdir)/vcs.man.xml
#xmlto -o `dirname $@`/ man $<