Changes in Makefile [61d21e5b:e26aa72]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r61d21e5b re26aa72 25 25 26 26 doc: 27 ifdef DOC28 27 $(MAKE) -C doc 29 endif30 28 31 29 uninstall: uninstall-bin uninstall-doc … … 75 73 76 74 install-doc: 77 ifdef DOC78 75 $(MAKE) -C doc install 79 endif80 76 ifdef SKYPE_PI 81 77 $(MAKE) -C protocols/skype install-doc … … 83 79 84 80 uninstall-doc: 85 ifdef DOC86 81 $(MAKE) -C doc uninstall 87 endif88 82 ifdef SKYPE_PI 89 83 $(MAKE) -C protocols/skype uninstall-doc … … 159 153 x=$$(basename $$(pwd)); \ 160 154 cd ..; \ 161 tar czf $$x.tar.gz --exclude =debian --exclude=.git* --exclude=.depend$$x155 tar czf $$x.tar.gz --exclude-from=.gitignore $$x 162 156 163 157 $(subdirs):
Note: See TracChangeset
for help on using the changeset viewer.