Changeset 43fb904e in rtems


Ignore:
Timestamp:
09/07/18 05:06:05 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
cb68253
Parents:
eae4d147
git-author:
Sebastian Huber <sebastian.huber@…> (09/07/18 05:06:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/10/18 08:38:44)
Message:

network: Remove man page installation

The man page installation is broken since 2004-01-11 (commit
8c31a89fdf9bc3351d837df6ec26045bc9d5f021). Nobody complained about
this, so just remove some dead code from the Makefile.am.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/Makefile.am

    reae4d147 r43fb904e  
    115115endif
    116116
    117 libc_mans = libc/byteorder.3 libc/ethers.3 \
    118     libc/gethostbyname.3 libc/getnetent.3 libc/getprotoent.3 \
    119     libc/getservent.3 libc/inet.3 libc/linkaddr.3 libc/ns.3 \
    120     libc/rcmd.3 libc/resolver.3
    121 
    122117if LIBNETWORKING
    123 man_MANS = $(libc_MANS)
    124 
    125118## lib
    126119
Note: See TracChangeset for help on using the changeset viewer.