Changeset 910 for trunk/Makefile
- Timestamp:
- 08/17/17 17:46:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r904 r910 27 27 28 28 DESTDIR = 29 30 GENDOCS = \ 31 docs/search-rpc.html 29 32 30 33 HTML = \ … … 77 80 cgi-bin/extras/network.tmpl 78 81 79 DIRS = images templates cgi-bin cgi-bin/extras82 DIRS = docs images templates cgi-bin cgi-bin/extras 80 83 81 84 MANIFEST = Makefile COPYING \ 85 $(GENDOCS) \ 82 86 $(HTML) \ 83 87 $(JS) \ … … 94 98 95 99 list: 96 echo Makefile \ 100 echo Makefile COPYING \ 101 $(GENDOCS) \ 97 102 $(HTML) \ 98 103 $(JS) \ … … 128 133 dist: 129 134 mkdir $(PKGNAME)-$(VERSION) 135 pod2html cgi-bin/search-rpc.cgi > docs/search-rpc.html 130 136 tar cf - $(MANIFEST) | (cd $(PKGNAME)-$(VERSION); tar xf -) 131 137 /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.