projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ec86669
)
make clean also deletes Doxyfile
author
Roland Hieber
<devnull@localhost>
Fri, 23 Oct 2009 00:14:09 +0000
(
02:14
+0200)
committer
Roland Hieber
<devnull@localhost>
Fri, 23 Oct 2009 00:14:09 +0000
(
02:14
+0200)
.hgignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.hgignore
b/.hgignore
index
0e618cd
..
55b7288
100644
(file)
--- a/
.hgignore
+++ b/
.hgignore
@@
-5,3
+5,4
@@
inc/config.inc
debian/files
debian/iserv-mod-error-reporter
.buildpath
+Doxyfile
diff --git
a/Makefile
b/Makefile
index
a555f54
..
3b25f0f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-128,6
+128,7
@@
endif
# clean up
clean: distclean
+ [ -e Doxyfile ] && rm Doxyfile
distclean:
$(RM) doc/source
This page took
0.023082 seconds
and
4
git commands to generate.