- Timestamp:
- 2011-07-03T14:15:13Z (13 years ago)
- Branches:
- master
- Children:
- b518cdc
- Parents:
- b5a5938
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rb5a5938 r5155570 29 29 all: $(OUTFILE) $(OTR_PI) $(SKYPE_PI) systemd 30 30 $(MAKE) -C doc 31 ifdef SKYPE_PI 32 $(MAKE) -C protocols/skype doc 33 endif 31 34 32 35 uninstall: uninstall-bin uninstall-doc … … 71 74 install-doc: 72 75 $(MAKE) -C doc install 76 ifdef SKYPE_PI 77 $(MAKE) -C protocols/skype install-doc 78 endif 73 79 74 80 uninstall-doc: 75 81 $(MAKE) -C doc uninstall 82 ifdef SKYPE_PI 83 $(MAKE) -C protocols/skype uninstall-doc 84 endif 76 85 77 86 install-bin:
Note: See TracChangeset
for help on using the changeset viewer.