diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-22 21:33:07 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-22 21:33:07 +0000 |
commit | 1a4cb6b95ffc3acdef34b6f014a83c02be963fae (patch) | |
tree | c80437ba9399da8b393764f071e2c47f76c33ac2 /Makefile.am | |
parent | 93f222c1d8ed748994f74662671d003495b16d43 (diff) |
2002-11-22 Havoc Pennington <hp@redhat.com>
* Makefile.am: include "Doxyfile" target in all-local
* configure.in: generate the Doxyfile
* Doxyfile.in: move Doxyfile here, so we can use
configure to generate a Doxyfile with the right
version number etc.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 49809c6c..e1450cdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,4 @@ SUBDIRS=dbus bus test doc + +all-local: Doxyfile |