gramps/gramps2/doc/gramps-manual/Makefile.am
Alex Roitman 6d5fa2aca7 * doc/xmldocs.make: Revert help path to keep under gramps dir.
* doc/gramps-manual/Makefile.am: Add symlink to keep all gnome
versions happy with the help path.
* src/po/de.po: Typos: missing "n".


svn: r5453
2005-11-29 20:05:10 +00:00

13 lines
313 B
Makefile

# Process this file with automake to produce Makefile.in
SUBDIRS = C fr
topdocdir1=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@
topdocdir2=$(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/@PACKAGE@
install-data-local:
ln -s $(DESTDIR)$(topdocdir1) $(DESTDIR)$(topdocdir2)
uninstall-local:
-rm $(DESTDIR)$(topdocdir2)