diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-11 10:02:49 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-11 10:02:49 +0100 |
commit | bdc380d6f617bfad7e300e4ba2f84b52ed434997 (patch) | |
tree | ec6391dafabd4df71f269b775cf40ad29eaffa26 /Makefile.am | |
parent | ba7d8b70e82fe15eda24bb4539b3667e528f7f81 (diff) | |
download | gnutls-bdc380d6f617bfad7e300e4ba2f84b52ed434997.tar.gz |
corrected move of files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6be58fed55..e85f5969c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,5 +46,5 @@ dist-hook: autogen -Tagman-cmd.tpl $$i.tmp; \ rm -f $$i.tmp; \ mv -f *.1 ../doc/manpages/; \ - mv -f *.texi ../doc/manpages; \ + mv -f *.texi ../doc/; \ done |