Now download FAQ from trac
This commit is contained in:
parent
2d9c1ed9b8
commit
14e13c9719
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2002 John Goerzen
|
# Copyright (C) 2002 - 2006 John Goerzen
|
||||||
# <jgoerzen@complete.org>
|
# <jgoerzen@complete.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
@ -32,7 +32,7 @@ clean:
|
|||||||
-rm -f manpage.links manpage.refs
|
-rm -f manpage.links manpage.refs
|
||||||
-find . -name auth -exec rm -vf {}/password {}/username \;
|
-find . -name auth -exec rm -vf {}/password {}/username \;
|
||||||
|
|
||||||
doc:
|
doc: faq
|
||||||
docbook2man offlineimap.sgml
|
docbook2man offlineimap.sgml
|
||||||
docbook2man offlineimap.sgml
|
docbook2man offlineimap.sgml
|
||||||
docbook2html -u offlineimap.sgml
|
docbook2html -u offlineimap.sgml
|
||||||
@ -42,6 +42,9 @@ doc:
|
|||||||
groff -Tascii -man offlineimap.1 | sed $$'s/.\b//g' > manual.txt
|
groff -Tascii -man offlineimap.1 | sed $$'s/.\b//g' > manual.txt
|
||||||
-rm manpage.links manpage.refs manual.ps
|
-rm manpage.links manpage.refs manual.ps
|
||||||
|
|
||||||
|
faq:
|
||||||
|
curl -o FAQ.html http://software.complete.org/offlineimap/wiki/FrequentlyAskedQuestions
|
||||||
|
|
||||||
targz: ../$(TARGZ)
|
targz: ../$(TARGZ)
|
||||||
../$(TARGZ):
|
../$(TARGZ):
|
||||||
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \
|
if ! pwd | grep -q "/offlineimap-$(VERSION)$$"; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user