diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 16:12:41 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 16:12:41 +0000 |
| commit | a780bb8f1e8683258bf4c973caf73477dcc06964 (patch) | |
| tree | 779fdcead7f7ae4f9beb86e75ced31f2b92bef96 /Makefile | |
| parent | 5933e7bf81ad135ca41138c3406abb35e6848ad7 (diff) | |
| download | rabbitmq-server-git-a780bb8f1e8683258bf4c973caf73477dcc06964.tar.gz | |
Set the page name and section correctly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -142,7 +142,13 @@ distclean: clean find . -name '*~' -exec rm {} \; %.gz: %.pod - pod2man -c "RabbitMQ AMQP Server" -d "" -r "" $< | gzip --best > $@ + pod2man \ + -n `echo $$(basename $*) | sed -e 's/\.[^.]\+//'` \ + -s `echo $$(basename $*) | sed -e 's/.*\.\([^.]\+\)/\1/'` \ + -c "RabbitMQ AMQP Server" \ + -d "" \ + -r "" \ + $< | gzip --best > $@ docs_all: $(MANPAGES) |
