diff options
Diffstat (limited to 'network/offlineimap/patches/Makefile.doc.patch')
-rw-r--r-- | network/offlineimap/patches/Makefile.doc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/offlineimap/patches/Makefile.doc.patch b/network/offlineimap/patches/Makefile.doc.patch new file mode 100644 index 0000000000..3540a7aed1 --- /dev/null +++ b/network/offlineimap/patches/Makefile.doc.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2011-12-03 12:09:16.547477510 -0600 ++++ Makefile 2011-12-03 12:09:45.284443743 -0600 +@@ -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 |