diff options
Diffstat (limited to 'network/offlineimap/patches/doc_generation_fix.patch')
-rw-r--r-- | network/offlineimap/patches/doc_generation_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/offlineimap/patches/doc_generation_fix.patch b/network/offlineimap/patches/doc_generation_fix.patch new file mode 100644 index 0000000000..1b69ffdca3 --- /dev/null +++ b/network/offlineimap/patches/doc_generation_fix.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2011-09-09 16:00:42.784605863 -0500 ++++ Makefile 2011-09-09 16:00:50.423804120 -0500 +@@ -44,7 +44,6 @@ + @$(MAKE) -C docs man + + doc: +- @$(MAKE) -C docs + $(RST2HTML) README.rst readme.html + $(RST2HTML) SubmittingPatches.rst SubmittingPatches.html + $(RST2HTML) Changelog.rst Changelog.html |