mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
merge po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3868 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
98ccad8131
commit
80e11b3173
@ -25,7 +25,8 @@ lyx.1:
|
|||||||
cp -p $(srcdir)/lyx.man lyx.1
|
cp -p $(srcdir)/lyx.man lyx.1
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
cd $(distdir) ; rm -rf `find config -name \*CVS\*` ; \
|
cd $(distdir) ; \
|
||||||
|
rm -rf `find config -name \*CVS\*` ; \
|
||||||
rm -rf `find development -name \*CVS\*` ; \
|
rm -rf `find development -name \*CVS\*` ; \
|
||||||
rm -rf `find images -name \*CVS\*`
|
rm -rf `find images -name \*CVS\*`
|
||||||
|
|
||||||
@ -39,7 +40,7 @@ bindist:
|
|||||||
mkdir $(bindistdir)
|
mkdir $(bindistdir)
|
||||||
if test -f README.bin ; then \
|
if test -f README.bin ; then \
|
||||||
$(INSTALL) README.bin $(bindistdir)/README.bin ; \
|
$(INSTALL) README.bin $(bindistdir)/README.bin ; \
|
||||||
fi
|
fi
|
||||||
$(MAKE) $(AM_MAKEFLAGS) install-strip prefix=`pwd`/$(bindistdir)
|
$(MAKE) $(AM_MAKEFLAGS) install-strip prefix=`pwd`/$(bindistdir)
|
||||||
(cd $(bindistdir) ; tar cf - .) | gzip >$(bindistfile)
|
(cd $(bindistdir) ; tar cf - .) | gzip >$(bindistfile)
|
||||||
rm -rf $(bindistdir)
|
rm -rf $(bindistdir)
|
||||||
@ -49,7 +50,7 @@ bindist:
|
|||||||
echo "*** WARNING: You did not provide a README.bin file." ; \
|
echo "*** WARNING: You did not provide a README.bin file." ; \
|
||||||
echo "*** Please make one now from the example file" ; \
|
echo "*** Please make one now from the example file" ; \
|
||||||
echo "*** development/tools/README.bin.example" ; \
|
echo "*** development/tools/README.bin.example" ; \
|
||||||
fi
|
fi
|
||||||
@echo "*** It should mention any problem concerning your binary"
|
@echo "*** It should mention any problem concerning your binary"
|
||||||
@echo "*** distribution and refer to *you* in case of problem."
|
@echo "*** distribution and refer to *you* in case of problem."
|
||||||
@echo "*** $(bindistfile) has been created."
|
@echo "*** $(bindistfile) has been created."
|
||||||
|
Loading…
Reference in New Issue
Block a user