about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 01:10:44 +0000
committerEric Wong <e@80x24.org>2019-04-22 01:31:58 +0000
commit7b18f5b94e4ae4e4aaabb14e233bf43e560ba84a (patch)
tree4a1cef7e151d86be04d8ede086635242d452534e /Rakefile
parent7555233ebc31d8c2e30629a61a9e1203a5eb573c (diff)
downloadolddoc-7b18f5b94e4ae4e4aaabb14e233bf43e560ba84a.tar.gz
Perl5 and POD tools is installed on far more *nix-like systems
than Haskell or pandoc.  Furthermore, POD is better-specified for
generating manpages than the particular flavor of Markdown used
by pandoc.

podtxt2html was written to maintain anchor compatibility.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aaba8cb..3a32e47 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ task :rsync_docs do
     gz
   end
 
-  files = `git ls-files Documentation/*.txt`.split(/\n/)
+  files = `git ls-files -o Documentation/*.txt`.split(/\n/)
   files.concat(top)
   files.concat(%w(NEWS NEWS.atom.xml))
   files.concat(Dir["doc/*.html"].to_a)