Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19183
Modified Files:
Makefile.am Makefile.in
Log Message:
Manpage for compbenchmarks.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.in 24 Sep 2006 18:19:25 -0000 1.7
--- Makefile.in 25 Sep 2006 16:06:47 -0000 1.8
***************
*** 117,125 ****
noinst_HEADERS = cloptions.h main.h
! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1
INCLUDES = -I $(top_srcdir)
! man_MANS = compbenchmarks-config.1
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- 117,125 ----
noinst_HEADERS = cloptions.h main.h
! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks.pod compbenchmarks.1
INCLUDES = -I $(top_srcdir)
! man_MANS = compbenchmarks-config.1 compbenchmarks.1
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
***************
*** 620,623 ****
--- 620,626 ----
pod2man $< > $@
+ compbenchmarks.1: compbenchmarks.pod
+ pod2man $< > $@
+
install-exec-hook:
cp compbenchmarks-config $(DESTDIR)$(bindir)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.am 24 Sep 2006 18:19:25 -0000 1.6
--- Makefile.am 25 Sep 2006 16:06:47 -0000 1.7
***************
*** 12,24 ****
noinst_HEADERS = cloptions.h main.h
! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1
INCLUDES = -I $(top_srcdir)
! man_MANS = compbenchmarks-config.1
compbenchmarks-config.1: compbenchmarks-config
pod2man $< > $@
install-exec-hook:
cp compbenchmarks-config $(DESTDIR)$(bindir)
--- 12,27 ----
noinst_HEADERS = cloptions.h main.h
! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks.pod compbenchmarks.1
INCLUDES = -I $(top_srcdir)
! man_MANS = compbenchmarks-config.1 compbenchmarks.1
compbenchmarks-config.1: compbenchmarks-config
pod2man $< > $@
+ compbenchmarks.1: compbenchmarks.pod
+ pod2man $< > $@
+
install-exec-hook:
cp compbenchmarks-config $(DESTDIR)$(bindir)
|