diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:55 -0500 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-18 18:10:04 -0800 |
commit | 07d71396a502515a02bd12c5b01cdd98a7a30dab (patch) | |
tree | 1fd0db4786c3822a6c8dc99594edf5d73c44fd82 /Makefile.am | |
parent | 91cae6761d1a1eb9e5e2eba9eea8d7be6e3993d1 (diff) |
mkfontdir: config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 059900c..40f6fd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,6 @@ SUBDIRS = man bin_PROGRAMS = mkfontscale bin_SCRIPTS = mkfontdir -dist_man1_MANS = mkfontdir.man - .cpp: $(AM_V_GEN)$(SED) s,BINDIR,`echo @bindir@/mkfontscale | $(SED) s,/[^/]*$$,,`, < $< | $(SED) s/XCOMM/\#/ > $@ |