projects
/
metaproxy-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:
d0d8b49
)
Added doc-clean rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 18 Nov 2008 08:53:57 +0000
(09:53 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 18 Nov 2008 08:53:57 +0000
(09:53 +0100)
doc/Makefile.am
patch
|
blob
|
history
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index
8d7f4d2
..
bafe700
100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-111,6
+111,9
@@
dist-hook:
cp $$p $(distdir); \
done
+doc-clean:
+ rm -f *.html *.[0-9] *.?mp *.pdf *.tkl
+
install-data-hook:
if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
for p in $$d/*.html; do \