summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-15 00:29:32 +0200
committerDan McGee <dan@archlinux.org>2007-10-15 00:29:32 +0200
commit0adedc536fe372b4def5954f3b24ca63ff86aecf (patch)
treec3632a7559a0f59e8c782a517aa9c9c2bf72192f /doc/Makefile.am
parent5adb8d4b5ac6928ba1a0736d96ca6c533d8cbc76 (diff)
downloadpacman-0adedc536fe372b4def5954f3b24ca63ff86aecf.tar.gz
pacman-0adedc536fe372b4def5954f3b24ca63ff86aecf.tar.xz
Updates to fix Doxygen documentation generation
We had way too much going on with the Doxygen manpage generation. Clean it up quite a bit by removing directory manpages, using relative paths, not having a manpage for every single alpm function, and ensuring internal functions are not documented publicly. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d3c168d6..51b3e280 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -42,7 +42,7 @@ if USE_DOXYGEN
all: doxygen.in
doxygen.in:
- doxygen $(srcdir)/Doxyfile
+ $(DOXYGEN) $(srcdir)/Doxyfile
endif
if USE_ASCIIDOC