freebsd-ports/mail/libnewmail/files/patch-doc::Makefile.in
Max Khon 388d2d768f New port: mail/libnewmail
libnewmail is a generic mail checking library.
It supports a simple API, an extensible plugin architecture
and asynchronous queries among other features.
Applications linking to libnewmail may enumerate configured mailboxes,
query mail box information and status and request a mail spool
auto-detection for users without any libnewmail specific configuration.

PR:		52691
Submitted by:	Kirill Ponomarew
2003-06-06 13:46:20 +00:00

23 lines
500 B
Text

--- doc/Makefile.in.orig Thu Jun 5 10:26:59 2003
+++ doc/Makefile.in Thu Jun 5 10:27:34 2003
@@ -282,20 +282,8 @@
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
uninstall-info-am
-
-reference: doxygen.conf
- doxygen doxygen.conf
- touch reference
-
-doxygen:
- touch doxygen.conf
- $(MAKE) reference
-
maintainer-clean:
rm -rf reference
-
-README: README.html
- lynx --dump $^ > $@
.PHONY: doxygen
# Tell versions [3.59,3.63) of GNU make to not export all variables.