Update
svn: r2542
This commit is contained in:
parent
5bd5f52ca3
commit
0811d3054a
@ -34,6 +34,10 @@
|
|||||||
* src/plugins/eval.py: Unicode conversion.
|
* src/plugins/eval.py: Unicode conversion.
|
||||||
* src/plugins/soundgen.py: Unicode conversion.
|
* src/plugins/soundgen.py: Unicode conversion.
|
||||||
|
|
||||||
|
* doc/gramps-manual/fr: Add infrastructure for French documentation.
|
||||||
|
* doc/gramps-manual/fr/Makefile.am: Correct settings.
|
||||||
|
* doc/gramps-manual/Makefile.am: Correct settings.
|
||||||
|
|
||||||
2003-12-17 Tim Waugh <twaugh@redhat.com>
|
2003-12-17 Tim Waugh <twaugh@redhat.com>
|
||||||
* src/plugins/Ancestors.py
|
* src/plugins/Ancestors.py
|
||||||
(ComprehensiveAncestorsReport.write_report): No need for separate
|
(ComprehensiveAncestorsReport.write_report): No need for separate
|
||||||
|
@ -240,6 +240,7 @@ src/po/Makefile
|
|||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/gramps-manual/Makefile
|
doc/gramps-manual/Makefile
|
||||||
doc/gramps-manual/C/Makefile
|
doc/gramps-manual/C/Makefile
|
||||||
|
doc/gramps-manual/fr/Makefile
|
||||||
doc/gramps-manual/de/Makefile
|
doc/gramps-manual/de/Makefile
|
||||||
doc/gramps-manual/ru/Makefile
|
doc/gramps-manual/ru/Makefile
|
||||||
example/Makefile
|
example/Makefile
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Process this file with automake to produce Makefile.in
|
# Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = C de ru
|
SUBDIRS = C fr de ru
|
||||||
|
@ -105,7 +105,7 @@ pkgpythondir = @pkgpythondir@
|
|||||||
pyexecdir = @pyexecdir@
|
pyexecdir = @pyexecdir@
|
||||||
pythondir = @pythondir@
|
pythondir = @pythondir@
|
||||||
|
|
||||||
SUBDIRS = C de ru
|
SUBDIRS = C fr de ru
|
||||||
subdir = doc/gramps-manual
|
subdir = doc/gramps-manual
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
figdir = figures
|
figdir = figures
|
||||||
docname = gramps-manual
|
docname = gramps-manual
|
||||||
lang = C
|
lang = fr
|
||||||
omffile = gramps-manual-C.omf
|
omffile = gramps-manual-fr.omf
|
||||||
entities = legal.xml\
|
entities = legal.xml\
|
||||||
getstart.xml\
|
getstart.xml\
|
||||||
mainwin.xml\
|
mainwin.xml\
|
||||||
|
@ -166,8 +166,8 @@ pyexecdir = @pyexecdir@
|
|||||||
pythondir = @pythondir@
|
pythondir = @pythondir@
|
||||||
figdir = figures
|
figdir = figures
|
||||||
docname = gramps-manual
|
docname = gramps-manual
|
||||||
lang = C
|
lang = fr
|
||||||
omffile = gramps-manual-C.omf
|
omffile = gramps-manual-fr.omf
|
||||||
entities = legal.xml\
|
entities = legal.xml\
|
||||||
getstart.xml\
|
getstart.xml\
|
||||||
mainwin.xml\
|
mainwin.xml\
|
||||||
@ -194,7 +194,7 @@ CLEANFILES = omf_timestamp *.out
|
|||||||
|
|
||||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||||
subdir = doc/gramps-manual/C
|
subdir = doc/gramps-manual/fr
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
@ -204,7 +204,7 @@ all: all-am
|
|||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/doc/xmldocs.make $(top_srcdir)/doc/omf.make $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||||
cd $(top_srcdir) && \
|
cd $(top_srcdir) && \
|
||||||
$(AUTOMAKE) --gnu doc/gramps-manual/C/Makefile
|
$(AUTOMAKE) --gnu doc/gramps-manual/fr/Makefile
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||||
uninstall-info-am:
|
uninstall-info-am:
|
||||||
@ -337,10 +337,10 @@ install-data-hook-omf:
|
|||||||
uninstall-local-omf:
|
uninstall-local-omf:
|
||||||
-for file in $(srcdir)/*.omf; do \
|
-for file in $(srcdir)/*.omf; do \
|
||||||
basefile=`basename $$file`; \
|
basefile=`basename $$file`; \
|
||||||
rm -f $(omf_dest_dir)/$$basefile; \
|
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
|
||||||
done
|
done
|
||||||
-rmdir $(omf_dest_dir)
|
-rmdir $(DESTDIR)$(omf_dest_dir)
|
||||||
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)/$(omf_dest_dir)
|
||||||
|
|
||||||
all: omf
|
all: omf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user