projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix lintian warnings and errors
[iserv-mod-room-reservation.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
f61f840
..
41d1775
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-128,7
+128,7
@@
uninstall:
# clean up
clean: distclean
- [ -e Doxyfile ] && rm Doxyfile
+ if [ -e Doxyfile ]; then rm Doxyfile; fi
distclean:
$(RM) doc/source
This page took
0.02343 seconds
and
4
git commands to generate.