diff options
author | Richard Kreuter <richard@10gen.com> | 2011-03-17 14:56:03 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2011-03-17 14:57:23 -0400 |
commit | 72f549af6331ebee34ae70d97a7f8e52298470d3 (patch) | |
tree | 04bd38613e966bf40d876de89bc622b0f5015117 /buildscripts | |
parent | d3a9fe9ae236b7b3013533453c0b33fd94051bb6 (diff) | |
download | mongo-72f549af6331ebee34ae70d97a7f8e52298470d3.tar.gz |
Man page updates, pakager.py fixes, maybe SERVER-1968
* packager.py had a bug that left the man pages out of the .deb
packages.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/packager.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py index d857beb7236..8f4784e474f 100644 --- a/buildscripts/packager.py +++ b/buildscripts/packager.py @@ -612,7 +612,7 @@ build-stamp: configure-stamp # THE FOLLOWING LINE IS INTENTIONALLY COMMENTED. \t# scons #docbook-to-man debian/mongodb.sgml > mongodb.1 -\tls debian/*.1 > debian/mongodb.manpages +\tls debian/*.1 > debian/@@PACKAGE_NAME@@.manpages \ttouch $@ @@ -893,6 +893,7 @@ fi %defattr(-,root,root,-) #%doc README GNU-AGPL-3.0.txt +%{_bindir}/bsondump %{_bindir}/mongo %{_bindir}/mongodump %{_bindir}/mongoexport @@ -900,19 +901,19 @@ fi %{_bindir}/mongoimport %{_bindir}/mongorestore %{_bindir}/mongostat -%{_bindir}/bsondump # FIXME: uncomment when mongosniff is back in the package #%{_bindir}/mongosniff +%{_mandir}/man1/bsondump.1* %{_mandir}/man1/mongo.1* %{_mandir}/man1/mongodump.1* %{_mandir}/man1/mongoexport.1* %{_mandir}/man1/mongofiles.1* %{_mandir}/man1/mongoimport.1* +%{_mandir}/man1/mongorestore.1* +%{_mandir}/man1/mongostat.1* # FIXME: uncomment when mongosniff is back in the package #%{_mandir}/man1/mongosniff.1* -%{_mandir}/man1/mongostat.1* -%{_mandir}/man1/mongorestore.1* %files server %defattr(-,root,root,-) |