* doc/gramps-manual/Makefile.am: Remove existing link before

creating a new one.


svn: r5504
This commit is contained in:
Alex Roitman 2005-12-08 02:37:15 +00:00
parent 33bed034c8
commit 681ac86b81
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
* src/DateDisplay.py (_display_gregorian): Replace dashes with
slashes to prevent collision with the ISO format.
* src/po/ru.po: Translation update.
* doc/gramps-manual/Makefile.am: Remove existing link before
creating a new one.
2005-12-07 Don Allingham <don@gramps-project.org>
* src/Report.py: change from gtk.FILE_CHOOSER_CREATE_FOLDER to

View File

@ -5,7 +5,7 @@ SUBDIRS = C fr
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
install-data-local:
cd $(DESTDIR)$(topdocdir); ln -s . gramps
cd $(DESTDIR)$(topdocdir); rm -rf gramps; ln -s . gramps
uninstall-local:
-rm $(DESTDIR)$(topdocdir)/gramps