* doc/gramps-manual/Makefile.am: Remove existing link before
creating a new one. svn: r5504
This commit is contained in:
parent
33bed034c8
commit
681ac86b81
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user