diff options
author | Mathieu Blondel <mathieu@mblondel.org> | 2007-05-26 20:31:22 +0000 |
---|---|---|
committer | Mathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org> | 2007-05-26 20:31:22 +0000 |
commit | cc14af9df29b02142f92e45c96af2436902fe883 (patch) | |
tree | 0030d03576700f91358a01e2d7f5d1f157c0568f | |
parent | 1cc10f8c02de356546d4b72c642bfa48db95a92a (diff) | |
download | wikipediafs-cc14af9df29b02142f92e45c96af2436902fe883.tar.gz |
Section of manpage should be 1, not 8. gzip man page with -9 option.
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@55 59acd704-e115-0410-a914-e735a229ed7c
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/mount.wikipediafs.sgml | 2 | ||||
-rw-r--r-- | make_release.sh | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,8 @@ - Fixed a little problem in article.py. Spaces in article name must be replaced with underscores. +- Section of manpage should be 1, not 8. gzip man page with -9 option. + 2007-05-24 Csaba Henk <csaba.henk@creo.hu> - Fixed misindentation and left the '-s' option unhandled in mount.wikipediafs. diff --git a/doc/mount.wikipediafs.sgml b/doc/mount.wikipediafs.sgml index ae5bec3..825cdcd 100644 --- a/doc/mount.wikipediafs.sgml +++ b/doc/mount.wikipediafs.sgml @@ -16,7 +16,7 @@ manpage.1: manpage.sgml <!ENTITY mandate "<date>Thu, 20 Jun 2006 13:16:17 -0700</date>"> <!-- SECTION should be 1-8, maybe with subsection. Other parameters are allowed: see man(7), man(1). --> - <!ENTITY mansection "<manvolnum>8</manvolnum>"> + <!ENTITY mansection "<manvolnum>1</manvolnum>"> <!ENTITY manemail "<email>mblondel@users.sourceforge.net</email>"> <!ENTITY manusername "sdffsd"> <!ENTITY manucpackage "<refentrytitle>MOUNT.WIKIPEDIAFS</refentrytitle>"> diff --git a/make_release.sh b/make_release.sh index aa995ff..8b974a1 100644 --- a/make_release.sh +++ b/make_release.sh @@ -23,7 +23,7 @@ echo "Creating man page" docbook-to-man doc/mount.wikipediafs.sgml > doc/mount.wikipediafs.1 man2html -r doc/mount.wikipediafs.1 | sed -e "s/Content-type: text\/html//" \ > doc/mount.wikipediafs.htm -gzip doc/mount.wikipediafs.1 +gzip -9 doc/mount.wikipediafs.1 echo "Uploading site..." cp README README.txt |