diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-22 01:38:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-08-22 01:38:06 +0000 |
commit | cfc70b6000a16bbe3322355941f522e2f68a64e9 (patch) | |
tree | ab4521b967da4b694e6f1d452187f83022d7e596 /gnu/usr.bin/texinfo | |
parent | b99f15e4edab4d1fea40cd33b5e0642b1ee0e967 (diff) |
Comment out rule to build *.gmo from *.po since the tools to do so are
not in the tree and we can't count on timestamps.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r-- | gnu/usr.bin/texinfo/po/Makefile.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/po/Makefile.in.in b/gnu/usr.bin/texinfo/po/Makefile.in.in index 6fd1820110c..7ce46b12122 100644 --- a/gnu/usr.bin/texinfo/po/Makefile.in.in +++ b/gnu/usr.bin/texinfo/po/Makefile.in.in @@ -77,9 +77,9 @@ INSTOBJEXT = @INSTOBJEXT@ .po.mo: $(MSGFMT) -o $@ $< -.po.gmo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< +#.po.gmo: +# file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ +# && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ |