Skip to content
Snippets Groups Projects
Commit 55b32f26 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

pass to new doc format

parent c3fd5e92
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,10 @@ before_script:
test:
stage: test
script:
- ./configure --bindir=/usr/bin --with-system-dir=/usr/lib/66/service
- ./configure --bindir=/usr/bin --shebangdir=/usr/bin
- make
- make install-html DESTDIR=gitlab-ci
- make man
- make install DESTDIR=gitlab-ci
- make install-html DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
only:
......@@ -23,11 +22,11 @@ test:
build:
stage: build
script:
- ./configure --bindir=/usr/bin --with-system-dir=/usr/lib/66/service
- ./configure --bindir=/usr/bin --shebangdir=/usr/bin
- make
- make
- make install-html DESTDIR=gitlab-ci
- make man
- make install DESTDIR=gitlab-ci
- make install-html DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
retry:
......
......@@ -242,6 +242,6 @@ lib%.a.xyzzy:
lib%.so.xyzzy:
exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) $^ $(EXTRA_LIBS) $(LDLIBS)
.PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-lib install-include man install-man install-html
.PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-lib install-include install-man install-html
.DELETE_ON_ERROR:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment