Changeset 7fa5c19 for doc/user-guide
- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Makefile
r23445b6 r7fa5c19 1 1 -include ../../Makefile.settings 2 ifdef SRCDIR3 SRCDIR := $(SRCDIR)doc/user-guide/2 ifdef _SRCDIR_ 3 _SRCDIR_ := $(_SRCDIR_)doc/user-guide/ 4 4 endif 5 5 … … 42 42 chmod 0755 $(DESTDIR)$(DATADIR) 43 43 rm -f $(DESTDIR)$(DATADIR)/help.txt # Prevent help function from breaking in running sessions 44 install -m 0644 $( SRCDIR)help.txt $(DESTDIR)$(DATADIR)/help.txt44 install -m 0644 $(_SRCDIR_)help.txt $(DESTDIR)$(DATADIR)/help.txt 45 45 46 46 uninstall:
Note: See TracChangeset
for help on using the changeset viewer.