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