projects
/
yaz-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:
4063d97
)
Make a doc-clean rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Oct 2006 10:12:36 +0000
(10:12 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 24 Oct 2006 10:12:36 +0000
(10:12 +0000)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
023d390
..
72fb4b7
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.74 2006-10-11 09:39:43 adam Exp $
+## $Id: Makefile.am,v 1.75 2006-10-24 10:12:36 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
@@
-80,6
+80,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 \