Added new helper `print-mimetype' and added Mime-Type-Query to man page.
[mmh] / uip / Makefile.in
index 8d16759..7dcbb85 100644 (file)
@@ -50,8 +50,8 @@ SETGID_MAIL    = @SETGID_MAIL@
 
 # commands to build
 CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild mhl \
-       mhlist mhmail mhparam mhpath mhshow mhstore msgchk \
-       new packf pick prompter refile repl rmf rmm scan send sendfiles show \
+       mhlist mhmail mhparam mhpath mhshow mhstore msgchk new packf pick \
+       print-mimetype prompter refile repl rmf rmm scan send sendfiles show \
        sortm whatnow
 
 # commands that are links to other commands
@@ -71,7 +71,7 @@ SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \
        mhbuildsbr.c mhcachesbr.c mhfree.c mhl.c mhlist.c mhlistsbr.c \
        mhmail.c mhmisc.c mhoutsbr.c mhparam.c mhparse.c \
        mhpath.c mhshow.c mhshowsbr.c mhstore.c mhstoresbr.c mhtest.c \
-       msgchk.c new.c packf.c pick.c \
+       msgchk.c new.c packf.c pick.c print-mimetype.sh \
        prompter.c rcvdist.c rcvpack.c rcvstore.c \
        refile.c repl.c rmf.c rmm.c scan.c scansbr.c send.c \
        sendfiles.sh show.c slocal.c sortm.c spost.c termsbr.c \
@@ -174,6 +174,10 @@ packf: packf.o dropsbr.o $(LOCALLIBS)
 pick: pick.o $(LOCALLIBS)
        $(LINK) pick.o $(LINKLIBS)
 
+print-mimetype: print-mimetype.sh
+       cp print-mimetype.sh print-mimetype
+       chmod +x print-mimetype
+
 prompter: prompter.o $(LOCALLIBS)
        $(LINK) prompter.o $(LINKLIBS)