summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-02-19 22:16:32 +0000
committerMark Wielaard <mark@klomp.org>2007-02-19 22:16:32 +0000
commit8ae040ef0b603890bccbcb2cd2a390acdc6fc756 (patch)
tree7e7709178d55664ad90c24fc8f571432cb152f2f /doc
parent30736d031553be0d82021d09fc17fb630b86f44e (diff)
downloadclasspath-8ae040ef0b603890bccbcb2cd2a390acdc6fc756.tar.gz
* doc/.cvsignore: Add *.1.
* doc/Makefile.am (CLEANFILES): Add Tools_MANFILES.
Diffstat (limited to 'doc')
-rw-r--r--doc/.cvsignore1
-rw-r--r--doc/Makefile.am3
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/.cvsignore b/doc/.cvsignore
index 1c4ea81e2..46dc4ff4d 100644
--- a/doc/.cvsignore
+++ b/doc/.cvsignore
@@ -11,3 +11,4 @@ Makefile.in
*.toc
*.tp
*.vr
+*.1
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ceb5fbc48..eaa6caf31 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -76,3 +76,6 @@ gserialver.pod: $(srcdir)/cp-tools.texinfo
gtnameserv.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gtnameserv < $< > $@
+
+CLEANFILES = $(TOOLS_MANFILES)
+