dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
command.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6d7b7
)
Clean all doc files on make clean
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:01:58 +0000
(12:01 +0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Sat, 23 Jul 2016 10:01:58 +0000
(12:01 +0200)
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index 63e120a156720a79e1e502751bf9dfa8ac368bce..3f6ec3ebb3b6c03b79720747541976b8709c8b30 100644
(file)
--- a/
docs/Makefile.am
+++ b/
docs/Makefile.am
@@
-14,7
+14,10
@@
CLEANFILES = doxyfile.stamp
all-local: doxyfile.stamp
clean-local:
+ rm -f $(top_srcdir)/docs/Doxyfile
rm -rf $(top_srcdir)/docs/man
+ rm -rf $(top_srcdir)/docs/html
+ rm -rf $(top_srcdir)/docs/latex
endif
\ No newline at end of file