12 lines
258 B
Makefile
Raw Normal View History

2002-10-20 14:25:16 +00:00
# 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