6d5fa2aca7
* doc/gramps-manual/Makefile.am: Add symlink to keep all gnome versions happy with the help path. * src/po/de.po: Typos: missing "n". svn: r5453
13 lines
313 B
Makefile
13 lines
313 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = C fr
|
|
|
|
topdocdir1=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
|
topdocdir2=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/@PACKAGE@
|
|
|
|
install-data-local:
|
|
ln -s $(DESTDIR)$(topdocdir1) $(DESTDIR)$(topdocdir2)
|
|
|
|
uninstall-local:
|
|
-rm $(DESTDIR)$(topdocdir2)
|