diff options
Diffstat (limited to 'app/bitmap/man')
-rw-r--r-- | app/bitmap/man/Makefile.in | 9 | ||||
-rw-r--r-- | app/bitmap/man/bitmap.man | 21 |
2 files changed, 17 insertions, 13 deletions
diff --git a/app/bitmap/man/Makefile.in b/app/bitmap/man/Makefile.in index b27d4737f..878ca6def 100644 --- a/app/bitmap/man/Makefile.in +++ b/app/bitmap/man/Makefile.in @@ -184,7 +184,6 @@ LIBS = @LIBS@ LIB_MAN_DIR = @LIB_MAN_DIR@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN_SUBSTS = @MAN_SUBSTS@ MATH_LIBS = @MATH_LIBS@ @@ -201,6 +200,8 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -271,7 +272,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .$(APP_MAN_SUFFIX) .man -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -296,9 +297,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-appmanDATA: $(appman_DATA) diff --git a/app/bitmap/man/bitmap.man b/app/bitmap/man/bitmap.man index f03d83afa..31f94d775 100644 --- a/app/bitmap/man/bitmap.man +++ b/app/bitmap/man/bitmap.man @@ -612,20 +612,23 @@ purpose as well. It can be freely incorporated with other applications and used as a standard editing tool. The following are the resources provided by the bitmap widget. .sp -.nf +.TS +lb lb +l l. Bitmap Widget -Header file Bitmap.h -Class bitmapWidgetClass -Class Name Bitmap -Superclass Bitmap - +Header file Bitmap.h +Class bitmapWidgetClass +Class Name Bitmap +Superclass Bitmap +.TE All the Simple Widget resources plus .\|.\|. -.ta 1.6i 3.2i 4.8i +.TS +lb lb lb lb lb +l l l l l. Name Class Type Default Value - foreground Foreground Pixel XtDefaultForeground highlight Highlight Pixel XtDefaultForeground framing Framing Pixel XtDefaultForeground @@ -648,7 +651,7 @@ button4Function Button4Function DrawingFunction Invert button5Function Button5Function DrawingFunction Invert filename Filename String None ("") basename Basename String None ("") -.fi +.TE .SH AUTHOR Davor Matic, MIT X Consortium |