Changes in doc/user-guide/Makefile [4af3050:76b6521]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
r4af3050 r76b6521 1 1 -include ../../Makefile.settings 2 ifdef SRCDIR3 SRCDIR := $(SRCDIR)doc/user-guide/4 endif5 6 2 EXTRAPARANEWLINE = 1 7 3 # EXTRAPARANEWLINE = 0 … … 42 38 chmod 0755 $(DESTDIR)$(DATADIR) 43 39 rm -f $(DESTDIR)$(DATADIR)/help.txt # Prevent help function from breaking in running sessions 44 install -m 0644 $(SRCDIR)help.txt $(DESTDIR)$(DATADIR)/help.txt40 install -m 0644 help.txt $(DESTDIR)$(DATADIR)/help.txt 45 41 46 42 uninstall:
Note: See TracChangeset
for help on using the changeset viewer.