681ac86b81
creating a new one. svn: r5504
12 lines
258 B
Makefile
12 lines
258 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = C fr
|
|
|
|
topdocdir=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
|
|
|
|
install-data-local:
|
|
cd $(DESTDIR)$(topdocdir); rm -rf gramps; ln -s . gramps
|
|
|
|
uninstall-local:
|
|
-rm $(DESTDIR)$(topdocdir)/gramps
|