~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.pod2man

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# INTEGRATED IN CMakeLists.txt -- OBSOLETE
1
2
# don't know how to integrate this with cmake, so manually rerun this Makefile
2
3
# after making any .pod alterations and commit the resulting man(1) files.
3
4
 
4
5
man_MANS = align_image_stack.1 autooptimiser.1 fulla.1 hugin_hdrmerge.1 \
5
6
        hugin.1 hugin_stitch_project.1 nona_gui.1 nona.1 vig_optimize.1 deghosting_mask.1 \
6
7
        celeste_standalone.1 PTBatcherGUI.1 tca_correct.1 pto2mk.1 calibrate_lens.1 cpclean.1 \
7
 
        pano_trafo.1 pto_merge.1 pano_modify.1
 
8
        pano_trafo.1 pto_merge.1 pano_modify.1 icpfind.1 checkpto.1 cpfind.1
8
9
 
9
10
all: $(man_MANS)
10
11