2002-10-20 14:25:16 +00:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
2005-08-18 05:58:28 +00:00
|
|
|
SUBDIRS = C fr
|
2005-12-06 06:38:09 +00:00
|
|
|
|
|
|
|
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
|
|
|
|
|
|
|
install-data-local:
|
2005-12-13 02:07:16 +00:00
|
|
|
cd $(DESTDIR)$(topdocdir); rm -rf gramps; ln -s . gramps
|
2005-12-06 06:38:09 +00:00
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
-rm $(DESTDIR)$(topdocdir)/gramps
|