need a automake rule to do some post install processing of some files



I have some rules in my Makefile.am to install my make files:

man_MANS = \
     man/man1/gtk-shell.1 \
     man/man3/libgzz.3 \
     man/man3/QuoteFile.3 \
     man/man3/trim.3
    
EXTRA_DIST = $(man_MANS)

this works fine but I want to gzip the man pages, so my question is how
do I write a target that gzip's the man pages after install and another
to unzip them prior to uninstall also I want to link (sym link) one or
them trim.3.gz to other names

-- 
  In my life God comes first.... but Linux is pretty high after that :-D
Grizzly(Francis Smit)
http://www.geekcode.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GM/CS/P/PA d- s+:+> a+>? C++++ UL++++@ P+ L+++ E--- W+++ N+(++) K w--- M-- V-- PS(+) PE(-) Y+(++) PGP++ t+(++) 5 X- R- tv b+++(++++) DI(--) D G e++(+++) h-- r- y-
------END GEEK CODE BLOCK------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]