Giter Club home page Giter Club logo

Comments (3)

michaelrsweet avatar michaelrsweet commented on May 9, 2024

[master 8147d5a] Fix some more typos (Issue #11)

The ipptransform changes were already done...

from ippsample.

KurtPfeifle avatar KurtPfeifle commented on May 9, 2024

Funny, strange...

If I run man doc/ipptransform.man in the Git source directory, the typo is gone. If I run man ipptransform the typo is still there, even after a new sudo make install.


Details

If I run make -n install, it tells me where it installs the man pages and which ones:

Installing in doc...
/Users/kp/svn-git-stuff/git.ippsample/install-sh -d -m 755 /usr/local/share/man/man1
for file in  ipptool.man ; do \
        man="`basename $file .man`.1"; \
        /Users/kp/svn-git-stuff/git.ippsample/install-sh -c -m 444 $file /usr/local/share/man/man1/$man; \
    done
/Users/kp/svn-git-stuff/git.ippsample/install-sh -d -m 755 /usr/local/share/man/man5
for file in ipptoolfile.man; do \
        man="`basename $file .man`.5"; \
        /Users/kp/svn-git-stuff/git.ippsample/install-sh -c -m 444 $file /usr/local/share/man/man5/$man; \
    done
/Users/kp/svn-git-stuff/git.ippsample/install-sh -d -m 755 /usr/local/share/man/man8
for file in ippproxy.man ippserver.man; do \
        man="`basename $file .man`.8"; \
        /Users/kp/svn-git-stuff/git.ippsample/install-sh -c -m 444 $file /usr/local/share/man/man8/$man; \
    done

So installation of ipptransform.man seems not to happen.

If I run sudo make install I see this output:

Installing in doc...

If I look into the Makefile, it contains

install:
    for dir in $(DIRS) doc; do \
        echo Installing in $$dir...; \
        (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1; \
    done

If I run man /usr/local/share/man/man1/ipptransform.1 I still see the typo, and the file date is June 16th.

If I look into doc/Makefile, I see an inconsistency in how the manpages are named: some are via referred to with variables, some are with their real names:

MAN1        =   \
            $(IPPFIND_MAN) \
            ipptool.man \
            $(IPPTRANSFORM_MAN)

from ippsample.

michaelrsweet avatar michaelrsweet commented on May 9, 2024

Run configure again - the man pages are now conditionally installed,

from ippsample.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.