diff options
author | marha <marha@users.sourceforge.net> | 2013-01-16 08:41:49 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-16 08:41:49 +0100 |
commit | a085470365dc3a356c5e36167189ef0e450e23b0 (patch) | |
tree | b1a8a58523f33168f4722d17c313d8f21a43e9fb /bdftopcf/Makefile.am | |
parent | 92bd40b3fc3830028340969f2cc5c6a0720c4450 (diff) | |
download | vcxsrv-a085470365dc3a356c5e36167189ef0e450e23b0.tar.gz vcxsrv-a085470365dc3a356c5e36167189ef0e450e23b0.tar.bz2 vcxsrv-a085470365dc3a356c5e36167189ef0e450e23b0.zip |
Switched to bdftopcf-1.0.4
Diffstat (limited to 'bdftopcf/Makefile.am')
-rw-r--r-- | bdftopcf/Makefile.am | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bdftopcf/Makefile.am b/bdftopcf/Makefile.am index e70293fe5..a4f2c74b8 100644 --- a/bdftopcf/Makefile.am +++ b/bdftopcf/Makefile.am @@ -19,6 +19,7 @@ # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +SUBDIRS = man bin_PROGRAMS = bdftopcf AM_CFLAGS = $(CWARNFLAGS) @BDFTOPCF_CFLAGS@ @@ -26,21 +27,7 @@ bdftopcf_LDADD = @BDFTOPCF_LIBS@ bdftopcf_SOURCES = bdftopcf.c -appman_PRE = bdftopcf.man - -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 |