Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

    r4af3050 r76b6521  
    11-include ../../Makefile.settings
    2 ifdef SRCDIR
    3 SRCDIR := $(SRCDIR)doc/user-guide/
    4 endif
    5 
    62EXTRAPARANEWLINE = 1
    73# EXTRAPARANEWLINE = 0
     
    4238        chmod 0755 $(DESTDIR)$(DATADIR)
    4339        rm -f $(DESTDIR)$(DATADIR)/help.txt # Prevent help function from breaking in running sessions
    44         install -m 0644 $(SRCDIR)help.txt $(DESTDIR)$(DATADIR)/help.txt
     40        install -m 0644 help.txt $(DESTDIR)$(DATADIR)/help.txt
    4541
    4642uninstall:
Note: See TracChangeset for help on using the changeset viewer.