Check-in Number:
|
2023 | |
Date: |
2002-Mar-15 12:35:09 (local)
2002-Mar-15 11:35:09 (UTC) |
User: | rse |
Branch: | |
Comment: |
ignore manpages and fix building of them |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/val/.cvsignore 1.1 -> 1.2
--- .cvsignore 2002/01/16 14:09:55 1.1
+++ .cvsignore 2002/03/15 11:35:09 1.2
@@ -9,3 +9,5 @@
config.h
config.guess
Makefile
+val-config.1
+val.3
|
|
ossp-pkg/val/Makefile.in 1.5 -> 1.6
--- Makefile.in 2002/03/15 11:32:59 1.5
+++ Makefile.in 2002/03/15 11:35:09 1.6
@@ -48,6 +48,7 @@
SHTOOL = ./shtool
LIBTOOL = ./libtool
TRUE = true
+POD2MAN = pod2man
LIB_NAME = libval.la
LIB_OBJS = val.lo
|
|
ossp-pkg/val/val.pod 1.11 -> 1.12
--- val.pod 2002/03/13 18:39:40 1.11
+++ val.pod 2002/03/15 11:35:09 1.12
@@ -336,8 +336,6 @@
2. bar.foo=123
3. foo=456
-=back
-
=head1 HISTORY
B<OSSP val> was invented in January 2002 by Thomas Lotterer and Ralf S.
|
|