projects
/
yazproxy-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:
82b0575
)
Add doc-clean rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Feb 2011 09:30:41 +0000
(10:30 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Feb 2011 09:30:41 +0000
(10:30 +0100)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
eb92b81
..
63089fb
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-44,6
+44,9
@@
dist-hook:
cp $$p $(distdir); \
done
+doc-clean:
+ rm -f manref.xml *.html *.[0-9] *.pdf
+
install-data-hook:
if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
for p in $$d/*.html; do \