~ubuntu-branches/ubuntu/saucy/nautilus-dropbox/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2011-10-29 16:28:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111029162859-tk6xyv31rbfxlwt1
Tags: 0.7.0-2
Fix the distribution in the changelog entry for version 0.7.0-1
(UNRELEASED → unstable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
PKG_CONFIG = @PKG_CONFIG@
192
192
PYTHON = @PYTHON@
193
193
RANLIB = @RANLIB@
 
194
RST2MAN = @RST2MAN@
194
195
SED = @SED@
195
196
SET_MAKE = @SET_MAKE@
196
197
SHELL = @SHELL@
846
847
 
847
848
dropbox.1: dropbox.txt.in dropbox docgen.py
848
849
        python docgen.py $(PACKAGE_VERSION) < dropbox.txt.in > dropbox.txt
849
 
        rst2man dropbox.txt > dropbox.1
 
850
        $(RST2MAN) dropbox.txt > dropbox.1
850
851
 
851
852
# Tell versions [3.59,3.63) of GNU make to not export all variables.
852
853
# Otherwise a system limit (for SysV at least) may be exceeded.