~ubuntu-branches/debian/sid/ion/sid

« back to all changes in this revision

Viewing changes to ltp/doc/Makefile

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2014-10-14 16:40:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20141014164007-67bp5oth2mfjuqs8
Tags: 3.2.1+dfsg-1
* New upstream release.
* Bump Standards-Version 3.9.6
* debian/copyright:
  - update Upstream-Name
  - update Format
  - add Upstream-Contact
  - add comment to repacking and Files-Excluded field
  - add short license name for upstream license
* Remove repack.* utilities in favor of Files-Excluted
* debian/rules:remove call to REPACK_SH
* debian/watch: update dsfg dversionmangle
* debian/patches:
  - remove fix-manpages-errors.patch: applied upstream
  - refresh patches and renamed adding a number suffix
  - 0002-fix-dtnperf-undefined-symbols.patch:
    add LIBADD to libal_pb_vION, prevents undefined-symbols
  - 0003-ftbfs-with-clang.patch:
    fix FTBFS if clang is used instead of gcc (closes: #754319)
* Update debian/links to binaries without manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        ./man/man1/ltpcounter.1 \
10
10
        ./man/man1/ltpdriver.1 \
11
11
        ./man/man1/ltpmeter.1 \
 
12
        ./man/man1/sdatest.1 \
12
13
        ./man/man1/udplsi.1 \
13
14
        ./man/man1/udplso.1 \
14
15
        ./man/man1/dccplsi.1 \
15
16
        ./man/man1/dccplso.1 \
16
17
        ./man/man5/ltprc.5 \
17
 
        ./man/man3/ltp.3
 
18
        ./man/man3/ltp.3 \
 
19
        ./man/man3/sda.3
18
20
 
19
21
HTMLFILES = \
20
22
        ./html/man1/ltpadmin.html \
22
24
        ./html/man1/ltpcounter.html \
23
25
        ./html/man1/ltpdriver.html \
24
26
        ./html/man1/ltpmeter.html \
 
27
        ./html/man1/sdatest.html \
25
28
        ./html/man1/udplsi.html \
26
29
        ./html/man1/udplso.html \
27
30
        ./html/man1/dccplsi.html \
28
31
        ./html/man1/dccplso.html \
29
32
        ./html/man5/ltprc.html \
30
 
        ./html/man3/ltp.html
 
33
        ./html/man3/ltp.html \
 
34
        ./html/man3/sda.html
31
35
 
32
36
ALL = $(MANFILES) $(HTMLFILES)
33
37