File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed
Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ ACLOCAL_AMFLAGS = -I m4
2626
2727SUBDIRS = src test examples
2828DIST_SUBDIRS = src test examples
29- EXTRA_DIST = libhttpserver.pc.in debian/changelog.in debian/control.in debian/copyright.in debian/rules.in debian/libhttpserver-dev.install.in debian/libhttpserver.install.in redhat/libhttpserver.SPEC.in $(DX_CONFIG )
29+ EXTRA_DIST = libhttpserver.pc.in $(DX_CONFIG )
3030
31- MOSTLYCLEANFILES = $(DX_CLEANFILES ) redhat/SOURCES/* *.gcda *.gcno *.gcov
32- DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/RPMS/* redhat/SRPMS/* redhat/* debian/* DIST_REVISION
31+ MOSTLYCLEANFILES = $(DX_CLEANFILES ) *.gcda *.gcno *.gcov
32+ DISTCLEANFILES = DIST_REVISION
3333
3434pkgconfigdir = $(libdir ) /pkgconfig
3535pkgconfig_DATA = libhttpserver.pc
@@ -47,18 +47,3 @@ dist-hook:
4747 date > DIST_REVISION
4848 git branch -vv >> DIST_REVISION
4949 cp DIST_REVISION $(distdir ) /
50-
51- deb :
52- debuild -i -us -uc -b
53- mv ../libhttpserver_@VERSION@_* .
54- mv ../libhttpserver-dev_@VERSION@_* .
55- mv ../libhttpserver-dbg_@VERSION@_* .
56-
57- rpm : dist
58- mkdir -p redhat/SOURCES
59- mkdir -p redhat/BUILD
60- mkdir -p redhat/RPMS
61- mkdir -p redhat/SRPMS
62- cp libhttpserver-@VERSION@.tar.gz redhat/SOURCES
63- rpmbuild -v -bb redhat/libhttpserver.SPEC
64- rpmbuild -v -ba redhat/libhttpserver.SPEC
Original file line number Diff line number Diff line change @@ -214,13 +214,6 @@ AC_OUTPUT(
214214 src/Makefile
215215 test/Makefile
216216 examples/Makefile
217- debian/changelog
218- debian/copyright
219- debian/control
220- debian/libhttpserver-dev.install
221- debian/libhttpserver.install
222- debian/rules
223- redhat/libhttpserver.SPEC
224217)
225218
226219AC_MSG_NOTICE ( [ Configuration Summary:
You can’t perform that action at this time.
0 commit comments