Changeset 09bd226 for protocols


Ignore:
Timestamp:
2015-05-18T02:23:56Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
08a9323, fe63ed3
Parents:
8cbe2b6
git-author:
dequis <dx@…> (18-05-15 02:22:23)
git-committer:
dequis <dx@…> (18-05-15 02:23:56)
Message:

Include prebuilt skyped manpage, remove asciidoc dependency

Location:
protocols/skype
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/Makefile

    r8cbe2b6 r09bd226  
    77INSTALL = install
    88
    9 
    10 ifdef ASCIIDOC
    11 MANPAGES = skyped.1
    12 else
    13 MANPAGES =
    14 endif
    15 
    16 all: $(MANPAGES)
    17 
     9all:
    1810clean:
    19         rm -f $(MANPAGES)
    2011
    2112# take this from the kernel
     
    2920
    3021install-doc: doc
    31 ifdef ASCIIDOC
    3222        $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
    3323        $(INSTALL) -m644 $(MANPAGES) $(DESTDIR)$(MANDIR)/man1
    34 endif
    3524
    3625uninstall-doc:
     
    3827
    3928%.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf
    40         a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage -D . $<
     29        a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage $<
Note: See TracChangeset for help on using the changeset viewer.