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