You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
476 B

Index: src/Makefile.in
--- src/Makefile.in.orig 2010-08-22 03:04:36.000000000 +0200
+++ src/Makefile.in 2010-08-22 11:08:16.000000000 +0200
@@ -453,11 +453,11 @@
parallel.html: parallel Makefile
pod2html $(srcdir)/parallel > $(srcdir)/parallel.html
- rm $(srcdir)/pod2htm*
+ -rm -f $(srcdir)/pod2htm*
sem.html: sem.pod Makefile
pod2html $(srcdir)/sem.pod > $(srcdir)/sem.html
- rm $(srcdir)/pod2htm*
+ -rm -f $(srcdir)/pod2htm*
sem: parallel
ln -s parallel sem