grim/guifications2

Add the signatures target here and remove the hook that breaks distcheck
org.guifications.gf2 gf_2_15
2007-12-16, John Bailey
ed1aa04713da
Parents 132cbb5b9629
Children ccbf4083ef38
Add the signatures target here and remove the hook that breaks distcheck
  • +3 -2
    Makefile.am
  • --- a/Makefile.am Sun Dec 16 06:45:55 2007 -0500
    +++ b/Makefile.am Sun Dec 16 06:59:43 2007 -0500
    @@ -31,11 +31,12 @@
    $(OBJECTS): $(BUILT_SOURCES)
    +signatures: dist
    + echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
    +
    gf_config.h: pre_config.h
    cp -f po/Makefile po/.tmp-Makefile
    sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
    rm -f po/.tmp-Makefile
    $(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@
    -dist-hook:
    - $(MAKE) -C po update-po