diff options
author | David Shaw <[email protected]> | 2003-02-23 05:14:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-02-23 05:14:57 +0000 |
commit | 2bed531ff46054d5c8e25b4d7257f33f2b4f5ece (patch) | |
tree | 07b7226f1b6ae2c8acb86383b278c409c193727b | |
parent | * Makefile.am: Distribute convert-from-106. (diff) | |
download | gnupg-2bed531ff46054d5c8e25b4d7257f33f2b4f5ece.tar.gz gnupg-2bed531ff46054d5c8e25b4d7257f33f2b4f5ece.zip |
* distfiles, gnupg.spec.in: convert-from-106 is in the tools directory
now.
Diffstat (limited to '')
-rw-r--r-- | scripts/ChangeLog | 3 | ||||
-rw-r--r-- | scripts/distfiles | 1 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index df1b804a4..aac18c3e9 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,8 @@ 2003-02-22 David Shaw <[email protected]> + * distfiles, gnupg.spec.in: convert-from-106 is in the tools + directory now. + * convert-from-106: Move to the tools directory. 2002-12-01 David Shaw <[email protected]> diff --git a/scripts/distfiles b/scripts/distfiles index c0e87b1f6..281051b52 100644 --- a/scripts/distfiles +++ b/scripts/distfiles @@ -4,4 +4,3 @@ gnupg.spec.in autogen.sh mk-gpg-texi mk-w32-dist -convert-from-106 diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index 4f0d41fcc..71fdf7268 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -170,7 +170,7 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr %doc %attr (-,root,root) doc/HACKING %doc %attr (-,root,root) doc/OpenPGP %doc %attr (-,root,root) doc/samplekeys.asc -%doc %attr (0755,root,root) scripts/convert-from-106 +%doc %attr (0755,root,root) tools/convert-from-106 %attr (-,root,root) /usr/man/man1/gpg*.1* %attr (-,root,root) /usr/man/man7/gnupg.7* |