Changeset 910 for trunk/Makefile


Ignore:
Timestamp:
08/17/17 17:46:33 (7 years ago)
Author:
Kris Deugau
Message:

/trunk

Start adding POD semi-automatic documentation for APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r904 r910  
    2727
    2828DESTDIR =
     29
     30GENDOCS = \
     31        docs/search-rpc.html
    2932
    3033HTML = \
     
    7780        cgi-bin/extras/network.tmpl
    7881
    79 DIRS = images templates cgi-bin cgi-bin/extras
     82DIRS = docs images templates cgi-bin cgi-bin/extras
    8083
    8184MANIFEST = Makefile COPYING \
     85        $(GENDOCS) \
    8286        $(HTML) \
    8387        $(JS) \
     
    9498
    9599list:
    96         echo Makefile \
     100        echo Makefile COPYING \
     101        $(GENDOCS) \
    97102        $(HTML) \
    98103        $(JS) \
     
    128133dist:
    129134        mkdir $(PKGNAME)-$(VERSION)
     135        pod2html cgi-bin/search-rpc.cgi > docs/search-rpc.html
    130136        tar cf - $(MANIFEST) | (cd $(PKGNAME)-$(VERSION); tar xf -)
    131137        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/g;s/#RELEASE#/$(RELEASE)/g;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
Note: See TracChangeset for help on using the changeset viewer.