2003-12-10 Tim Waugh <twaugh@redhat.com>

* doc/omf.make: Fixed DESTDIR support.


svn: r2495
This commit is contained in:
Tim Waugh 2003-12-10 10:01:44 +00:00
parent e6b4e2b6ae
commit d3d1b4ea2b
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2003-12-10 Tim Waugh <twaugh@redhat.com>
* doc/omf.make: Fixed DESTDIR support.
2003-12-09 Don Allingham <dallingham@users.sourceforge.net>
* src/FamilyView.py (FamilyView.new_child_after_edit):
call display_marriage instead of load_family. Prevents the

View File

@ -47,9 +47,9 @@ install-data-hook-omf:
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
basefile=`basename $$file`; \
rm -f $(omf_dest_dir)/$$basefile; \
rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-scrollkeeper-update -p $(scrollkeeper_localstate_dir)
-rmdir $(DESTDIR)$(omf_dest_dir)
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)/$(omf_dest_dir)
CLEANFILES+=*.out