summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-12-18 23:27:16 +0000
committerLennart Poettering <lennart@poettering.net>2004-12-18 23:27:16 +0000
commit46be51bbc763d02922da18b1b3d7946aba9ab4ea (patch)
tree06fc54a8ddd5dbfb9e9bfee209a935043b4c4b48 /doc
parentc73f5e4e6922363cc7cbf4f39f236e310845f9b9 (diff)
* don't build doxygen docs by default
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@70 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am18
1 files changed, 3 insertions, 15 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index adab9fc..bc5b2c9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,24 +16,17 @@
# along with libdaemon; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-noinst_DATA = README.html README reference
-EXTRA_DIST = $(noinst_DATA) style.css README.html.in reference
+noinst_DATA = README.html README
+EXTRA_DIST = $(noinst_DATA) style.css README.html.in
MAINTAINERCLEANFILES = README README.html
CLEANFILES =
-if USE_DOXYGEN
-reference: doxygen.conf
+doxygen: doxygen.conf
doxygen doxygen.conf
- touch reference
-
-doxygen:
- touch doxygen.conf
- $(MAKE) reference
maintainer-clean-local:
rm -rf reference
-endif
if USE_LYNX
README: README.html
@@ -45,9 +38,4 @@ endif
tidy: README.html
tidy -e < README.html
-if USE_DOXYGEN
.PHONY: doxygen tidy
-else
-.PHONY: tidy
-endif
-