Changeset 4af3050 for doc/user-guide


Ignore:
Timestamp:
2010-05-25T22:41:52Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
04dc563
Parents:
f60079b
Message:

install-* targets should also work now. Let's see how this works out in a deb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

    rf60079b r4af3050  
    4242        chmod 0755 $(DESTDIR)$(DATADIR)
    4343        rm -f $(DESTDIR)$(DATADIR)/help.txt # Prevent help function from breaking in running sessions
    44         install -m 0644 help.txt $(DESTDIR)$(DATADIR)/help.txt
     44        install -m 0644 $(SRCDIR)help.txt $(DESTDIR)$(DATADIR)/help.txt
    4545
    4646uninstall:
Note: See TracChangeset for help on using the changeset viewer.