+Cleanup pod2html(2) temporary files.
authorlace <>
Wed, 21 Dec 2005 12:32:56 +0000 (12:32 +0000)
committerlace <>
Wed, 21 Dec 2005 12:32:56 +0000 (12:32 +0000)
autogen.pl
doc/Makefile.am

index 5971a67..8715833 100755 (executable)
@@ -42,6 +42,7 @@ AutoGen->run(
                                ./ChangeLog.bak
                                ./debian/changelog
                                ./doc/*-pod.*
+                               ./doc/pod2htm[di].tmp
                                ./doc/apiref/gtk-doc.make
                                ./doc/apiref/gtk-doc.make-captive
                                ./src/client/bug-replay/captive-bug-replay
index e02c260..a48718c 100644 (file)
@@ -31,8 +31,13 @@ MAINTAINERCLEANFILES+=*-pod.*
 if MAINTAINER_MODE
 captivesym-pod.html: $(top_srcdir)/src/libcaptive/ke/captivesym.pl
        $(POD2HTML) $< >$@
+       @$(RM) pod2htm[di].tmp
+
 captivesym-pod.txt : $(top_srcdir)/src/libcaptive/ke/captivesym.pl
        $(POD2TEXT) $< >$@
+       @$(RM) pod2htm[di].tmp
+
+CLEANFILES+=pod2htm[di].tmp
 
 else
 PHONY+=captivesym-pod.html