freebsd-ports/print/rubber/files/patch-setup.py
Edwin Groothuis 17244822d0 Port of rubber.
This is a port of rubber, which purpose is to make the
	building of a LaTeX document automated, from the source
	files to the final document file, replacing the work of a
	Makefile.

PR:		ports/50475
Submitted by:	SB <Sylvain.Baro@pps.jussieu.fr>
2003-10-06 05:10:57 +00:00

13 lines
416 B
Python

--- setup.py.orig Sun Oct 5 22:08:57 2003
+++ setup.py Sun Oct 5 22:09:39 2003
@@ -135,8 +135,8 @@
package_dir = {"rubber": "src"},
scripts = ["rubber", "rubber-info"],
data_files =
- [(mandir + "/man1", ["man/en/rubber.1", "man/en/rubber-info.1"]),
- (mandir + "/fr/man1", ["man/fr/rubber.1", "man/fr/rubber-info.1"])]
+ [(mandir + "/man1", ["man/en/rubber.1", "man/en/rubber-info.1"])
+ ]
)