Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r61d21e5b re26aa72  
    2525
    2626doc:
    27 ifdef DOC
    2827        $(MAKE) -C doc
    29 endif
    3028
    3129uninstall: uninstall-bin uninstall-doc
     
    7573
    7674install-doc:
    77 ifdef DOC
    7875        $(MAKE) -C doc install
    79 endif
    8076ifdef SKYPE_PI
    8177        $(MAKE) -C protocols/skype install-doc
     
    8379
    8480uninstall-doc:
    85 ifdef DOC
    8681        $(MAKE) -C doc uninstall
    87 endif
    8882ifdef SKYPE_PI
    8983        $(MAKE) -C protocols/skype uninstall-doc
     
    159153        x=$$(basename $$(pwd)); \
    160154        cd ..; \
    161         tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x
     155        tar czf $$x.tar.gz --exclude-from=.gitignore $$x
    162156
    163157$(subdirs):
Note: See TracChangeset for help on using the changeset viewer.