2002-10-20 19:55:16 +05:30
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
2005-08-10 21:27:28 +05:30
|
|
|
SUBDIRS = C fr
|
2005-11-30 01:35:10 +05:30
|
|
|
|
2005-12-05 22:26:06 +05:30
|
|
|
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
2005-11-30 01:35:10 +05:30
|
|
|
|
|
|
|
install-data-local:
|
2005-12-08 08:07:15 +05:30
|
|
|
cd $(DESTDIR)$(topdocdir); rm -rf gramps; ln -s . gramps
|
2005-11-30 01:35:10 +05:30
|
|
|
|
|
|
|
uninstall-local:
|
2005-12-05 22:26:06 +05:30
|
|
|
-rm $(DESTDIR)$(topdocdir)/gramps
|