~tribaal/landscape-client/detect-battery-device

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Andreas Hasenack
  • Date: 2012-09-26 13:37:13 UTC
  • Revision ID: andreas@canonical.com-20120926133713-bmk5bj3l08b8s05f
Remove the mention to update-motd from the sysinfo manpage, as that is
no longer used. Also set the locale to C before running txt2man, or else
it will update the date in the manpages using the system locale. [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        -${PYDOCTOR} --make-html --html-output docs/api/twisted --add-package /usr/share/pyshared/twisted -o docs/api/twisted/pickle
59
59
 
60
60
manpages:
61
 
        ${TXT2MAN} -P Landscape -s 1 -t landscape-client < man/landscape-client.txt > man/landscape-client.1
62
 
        ${TXT2MAN} -P Landscape -s 1 -t landscape-config < man/landscape-config.txt > man/landscape-config.1
63
 
        ${TXT2MAN} -P Landscape -s 1 -t landscape-message < man/landscape-message.txt > man/landscape-message.1
64
 
        ${TXT2MAN} -P Landscape -s 1 -t landscape-sysinfo < man/landscape-sysinfo.txt > man/landscape-sysinfo.1
 
61
        LC_ALL=C ${TXT2MAN} -P Landscape -s 1 -t landscape-client < man/landscape-client.txt > man/landscape-client.1
 
62
        LC_ALL=C ${TXT2MAN} -P Landscape -s 1 -t landscape-config < man/landscape-config.txt > man/landscape-config.1
 
63
        LC_ALL=C ${TXT2MAN} -P Landscape -s 1 -t landscape-message < man/landscape-message.txt > man/landscape-message.1
 
64
        LC_ALL=C ${TXT2MAN} -P Landscape -s 1 -t landscape-sysinfo < man/landscape-sysinfo.txt > man/landscape-sysinfo.1
65
65
 
66
66
origtarball: sdist
67
67
        cp -f sdist/landscape-client-$(TARBALL_VERSION).tar.gz \