]> granicus.if.org Git - neomutt/commitdiff
The us-dist target was screwed.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 12 Dec 1998 08:52:13 +0000 (08:52 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 12 Dec 1998 08:52:13 +0000 (08:52 +0000)
Makefile.am

index c2c65d8f8eac4dd7a112ef655dcb821a76c9e5ca..1a97b51d6d392fdfe925cbcacd4ea32ff7c5ef50 100644 (file)
@@ -29,13 +29,13 @@ non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
 EXTRA_mutt_SOURCES = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
        gnupgparse.c resize.c dotlock.c pop.c imap.c socket.c
 
-EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO acconfig.h attach.h \
+EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO configure acconfig.h attach.h \
        buffy.h charset.h config.h copy.h dotlock.h functions.h gen_defs \
        globals.h hash.h history.h imap.h init.h keymap.h \
        mailbox.h mapping.h mime.h mutt.h mutt_curses.h mutt_menu.h  \
        mutt_regex.h mutt_socket.h mx.h pager.h parse.h pgp.h protos.h  \
        reldate.h rfc1524.h rfc2047.h rfc822.h sha.h sha_locl.h \
-       sort.h mime.types VERSION
+       sort.h mime.types VERSION prepare
 
 BUILT_SOURCES = mutt_dotlock.c keymap_defs.h
 
@@ -108,7 +108,7 @@ us-distdir: distdir dist-hook
 
 us-dist: us-distdir
        for file in $(distdir)-us/*.c $(distdir)-us/*.h ; do \
-               $(srcdir)/reap.pl < $$file > $$file.n && rm $$file && mv $$file.n $$file ; \
+               $(srcdir)/reap.pl _PGPPATH < $$file > $$file.n && rm $$file && mv $$file.n $$file ; \
        done
        for file in $(non_us_sources) ; do \
                echo "/* This file is only available in the international mutt version */" \