Subversion Repositories pub

Compare Revisions

Regard whitespace Rev 463 → Rev 462

/video-contact-sheet/branches/1.13/Makefile
8,16 → 8,7
@echo "Use $(MAKE) dist"
 
pkg/vcs.1: manpage.xml
if type -p xmlto >/dev/null ; then \
xmlto -o `dirname $@`/ man $< ; \
else \
xsltproc -o `dirname $@`/ -''-nonet \
-''-param man.charmap.use.subset "0" \
-''-param make.year.ranges "1" \
-''-param make.single.year.ranges "1" \
/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
$<; \
fi
xmlto -o pkg man $<
 
tgz: vcs-$(VER).tar.gz
 
28,13 → 19,7
$(RM) -r vcs-$(VER)
 
check-no-svn:
@if [ -d .svn ]; then \
echo '*************************************************' ; \
echo '*************************************************' ; \
echo "** Don't release from SVN working copy **" ; \
echo '*************************************************' ; \
echo '*************************************************' ; \
fi
#@if [ -d .svn ]; then echo "Don't release from SVN working copy" ; false ; fi
 
check-rel:
@if head -n50 vcs | grep -q 'RELEASE=0' ; then \
/video-contact-sheet/branches/1.13/manpage.xml
10,13 → 10,6
Generation of man page:
 
$ xmlto man manpage.xml
OR
$ xsltproc -''-nonet \
-''-param man.charmap.use.subset "0" \
-''-param make.year.ranges "1" \
-''-param make.single.year.ranges "1" \
/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
manpage.xml
 
Will generate vcs.1.