* doc/gramps-manual/Makefile.am: Change symlink creation.

svn: r5475
This commit is contained in:
Alex Roitman 2005-12-05 16:56:06 +00:00
parent ab2238d192
commit e8d2d62ef8
2 changed files with 6 additions and 4 deletions

View File

@ -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>
* src/po/ru.po: Partial translation update.

View File

@ -2,11 +2,10 @@
SUBDIRS = C fr
topdocdir1=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
topdocdir2=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/@PACKAGE@
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
install-data-local:
ln -s $(DESTDIR)$(topdocdir1) $(DESTDIR)$(topdocdir2)
cd $(DESTDIR)$(topdocdir); ln -s . gramps
uninstall-local:
-rm $(DESTDIR)$(topdocdir2)
-rm $(DESTDIR)$(topdocdir)/gramps