diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-14 22:05:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-14 22:05:53 +0000 |
commit | ee156f7eea23bd1fb9875d504db2b9fb35a4ddfc (patch) | |
tree | ff0e06a46e9e1d85b558010a415bb0810110e203 /app/xedit/Makefile.am | |
parent | 62f12f94bf9e016e2f4ed4e46927b18129a51614 (diff) |
update to xedit 1.2.1
Diffstat (limited to 'app/xedit/Makefile.am')
-rw-r--r-- | app/xedit/Makefile.am | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/app/xedit/Makefile.am b/app/xedit/Makefile.am index f02ea7f6a..fa30eaf83 100644 --- a/app/xedit/Makefile.am +++ b/app/xedit/Makefile.am @@ -19,6 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = xedit noinst_LIBRARIES = liblisp.a libre.a libmp.a noinst_PROGRAMS = lisp/lsp lisp/re/tests @@ -84,7 +85,8 @@ liblisp_a_SOURCES = \ lisp/xedit.h if NEED_UNSETENV -liblisp_a_SOURCES += lisp/env.c +liblisp_a_SOURCES += lisp/getenv.c +liblisp_a_SOURCES += lisp/setenv.c endif # @@ -184,7 +186,6 @@ dist_progmodes_DATA = \ ${srcdir}/lisp/modules/progmodes/xlog.lsp \ ${srcdir}/lisp/modules/progmodes/xrdb.lsp -appman_PRE = xedit.man EXTRA_DIST = \ app-defaults/Xedit-color \ @@ -193,7 +194,6 @@ EXTRA_DIST = \ lisp/README \ lisp/TODO \ lisp/compile.c \ - lisp/env.c \ lisp/mathimp.c \ lisp/modules/psql.c \ lisp/modules/x11.c \ @@ -211,20 +211,7 @@ EXTRA_DIST = \ lisp/test/stream.lsp \ lisp/test/widgets.lsp -appmandir = $(APP_MAN_DIR) - -appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) - -EXTRA_DIST += $(appman_PRE) MAINTAINERCLEANFILES = ChangeLog INSTALL -CLEANFILES = $(appman_DATA) - -SUFFIXES = .$(APP_MAN_SUFFIX) .man - -# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure -.man.$(APP_MAN_SUFFIX): - $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ - .PHONY: ChangeLog INSTALL |