projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c4788f
)
added doxygen rules
author
Marc Cromme
<marc@indexdata.dk>
Mon, 8 May 2006 12:09:49 +0000
(12:09 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Mon, 8 May 2006 12:09:49 +0000
(12:09 +0000)
make dox
make showdox
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
eaeac2f
..
582f00f
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.22 2006-03-30 18:00:51 adam Exp $
+## $Id: Makefile.am,v 1.23 2006-05-08 12:09:49 marc Exp $
AUTOMAKE_OPTIONS=foreign
@@
-34,3
+34,12
@@
dist-hook:
cvs2cl:
cvs2cl
+
+
+dox:
+ doxygen
+
+showdox:
+ doxygen
+ firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html &
+