projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5572939
)
Add doc-clean rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 9 Jun 2009 13:42:17 +0000
(15:42 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 9 Jun 2009 13:42:17 +0000
(15:42 +0200)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
c46d3ce
..
42a49a0
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-46,6
+46,9
@@
dist-hook:
cp $$p $(distdir); \
done
+doc-clean:
+ rm -f *.html *.[0-9] *.pdf *.tkl
+
install-data-hook:
if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
for p in $$d/*.html; do \