Merge lp:~chasedouglas/xorg-gtest/fixes into lp:~oif-team/xorg-gtest/trunk

Proposed by Chase Douglas
Status: Merged
Merged at revision: 9
Proposed branch: lp:~chasedouglas/xorg-gtest/fixes
Merge into: lp:~oif-team/xorg-gtest/trunk
Diff against target: 75 lines (+10/-17)
4 files modified
Makefile.am (+2/-1)
configure.ac (+1/-1)
doc/Makefile.am (+6/-14)
examples/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~chasedouglas/xorg-gtest/fixes
Reviewer Review Type Date Requested Status
Thomas Voß (community) Approve
Review via email: mp+86581@code.launchpad.net

Description of the change

A few minor fixes

To post a comment you must log in.
Revision history for this message
Thomas Voß (thomas-voss) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2011-12-14 19:34:01 +0000
+++ Makefile.am 2011-12-21 16:19:09 +0000
@@ -42,7 +42,8 @@
42INSTALL:42INSTALL:
43 $(INSTALL_CMD)43 $(INSTALL_CMD)
4444
45doc-%:45.PHONY: doc
46doc:
46 $(MAKE) -C doc $@47 $(MAKE) -C doc $@
4748
48dist-hook: ChangeLog INSTALL49dist-hook: ChangeLog INSTALL
4950
=== modified file 'configure.ac'
--- configure.ac 2011-12-14 19:34:01 +0000
+++ configure.ac 2011-12-21 16:19:09 +0000
@@ -14,7 +14,7 @@
14AM_SILENT_RULES([yes])14AM_SILENT_RULES([yes])
15AM_MAINTAINER_MODE15AM_MAINTAINER_MODE
1616
17LIB_VERSION=0:1:017LIB_VERSION=0:0:0
18AC_SUBST([LIB_VERSION])18AC_SUBST([LIB_VERSION])
1919
20# Initialize libtool20# Initialize libtool
2121
=== modified file 'doc/Makefile.am'
--- doc/Makefile.am 2011-12-14 19:00:13 +0000
+++ doc/Makefile.am 2011-12-21 16:19:09 +0000
@@ -24,26 +24,18 @@
24EXTRA_DIST = \24EXTRA_DIST = \
25 Doxyfile 25 Doxyfile
2626
27doc-html: doc-html-doxygen 27doc:
2828 doxygen
29doc-man: doc-man-doxygen
30
31doc-pdf: doc-pdf-doxygen
32
33doc-html-doxygen:
34 doxygen
35
36doc-man-doxygen:
37 doxygen
38
39doc-pdf-doxygen:
40 doxygen
4129
42install-data-local:30install-data-local:
43 if [ -d api/html ]; then \31 if [ -d api/html ]; then \
44 $(INSTALL) -d $(DESTDIR)$(docdir); \32 $(INSTALL) -d $(DESTDIR)$(docdir); \
45 cp -a api/html $(DESTDIR)$(docdir); \33 cp -a api/html $(DESTDIR)$(docdir); \
46 fi34 fi
35 if [ -d api/man ]; then \
36 $(INSTALL) -d $(DESTDIR)$(mandir)/man3; \
37 $(INSTALL) api/man/man3/* $(DESTDIR)$(mandir)/man3; \
38 fi
4739
48clean-local:40clean-local:
49 -rm -rf *.pdf *.html api41 -rm -rf *.pdf *.html api
5042
=== modified file 'examples/Makefile.am'
--- examples/Makefile.am 2011-12-14 19:34:01 +0000
+++ examples/Makefile.am 2011-12-21 16:19:09 +0000
@@ -18,7 +18,7 @@
18# along with this program. If not, see <http://www.gnu.org/licenses/>.18# along with this program. If not, see <http://www.gnu.org/licenses/>.
19#19#
2020
21noinst_PROGRAMS = xorg_gtest_example21noinst_PROGRAMS = xorg-gtest-example
2222
23xorg_gtest_example_SOURCES = xorg-gtest.cpp23xorg_gtest_example_SOURCES = xorg-gtest.cpp
2424

Subscribers

People subscribed via source and target branches