* doc/gramps-manual/Makefile.am: Change symlink creation.
svn: r5475
This commit is contained in:
parent
ab2238d192
commit
e8d2d62ef8
@ -1,3 +1,6 @@
|
|||||||
|
2005-12-05 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* doc/gramps-manual/Makefile.am: Change symlink creation.
|
||||||
|
|
||||||
2005-12-04 Alex Roitman <shura@gramps-project.org>
|
2005-12-04 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/po/ru.po: Partial translation update.
|
* src/po/ru.po: Partial translation update.
|
||||||
|
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
SUBDIRS = C fr
|
SUBDIRS = C fr
|
||||||
|
|
||||||
topdocdir1=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
||||||
topdocdir2=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/@PACKAGE@
|
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
ln -s $(DESTDIR)$(topdocdir1) $(DESTDIR)$(topdocdir2)
|
cd $(DESTDIR)$(topdocdir); ln -s . gramps
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
-rm $(DESTDIR)$(topdocdir2)
|
-rm $(DESTDIR)$(topdocdir)/gramps
|
||||||
|
Loading…
Reference in New Issue
Block a user