- Timestamp:
- 2015-02-23T04:50:32Z (10 years ago)
- Branches:
- master
- Children:
- a67e781
- Parents:
- 570f183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r570f183 ra85a8ab 25 25 26 26 doc: 27 ifdef DOC 27 28 $(MAKE) -C doc 29 endif 28 30 29 31 uninstall: uninstall-bin uninstall-doc … … 73 75 74 76 install-doc: 77 ifdef DOC 75 78 $(MAKE) -C doc install 79 endif 76 80 ifdef SKYPE_PI 77 81 $(MAKE) -C protocols/skype install-doc … … 79 83 80 84 uninstall-doc: 85 ifdef DOC 81 86 $(MAKE) -C doc uninstall 87 endif 82 88 ifdef SKYPE_PI 83 89 $(MAKE) -C protocols/skype uninstall-doc
Note: See TracChangeset
for help on using the changeset viewer.