diff options
author | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2014-09-13 20:08:56 +0200 |
---|---|---|
committer | Bertrand Garrigues <bertrand.garrigues@laposte.net> | 2015-01-27 23:13:14 +0100 |
commit | ad1d4295e7bfe4108e6891c897bf6845f36d6455 (patch) | |
tree | 86c3b8dd0c656b0c8091f43f0849eb40ffe6ac86 /src/preproc/soelim | |
parent | 694191c6e319105bdb21ff67604335fac8f399cc (diff) | |
download | groff-git-ad1d4295e7bfe4108e6891c897bf6845f36d6455.tar.gz |
Add the 'current' symlink in the installation tree.
Create `localfontdir' and `systemtmacdir'.
Build in presence of a non-GNU troff: add a `g' prefix to some
programs, scripts, and man pages.
Diffstat (limited to 'src/preproc/soelim')
-rw-r--r-- | src/preproc/soelim/soelim.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/soelim/soelim.am b/src/preproc/soelim/soelim.am index d04d79ace..5c41692ee 100644 --- a/src/preproc/soelim/soelim.am +++ b/src/preproc/soelim/soelim.am @@ -16,10 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -bin_PROGRAMS += soelim +prefixexecbin_PROGRAMS += soelim soelim_LDADD = libgroff.a $(LIBM) soelim_SOURCES = src/preproc/soelim/soelim.cpp -man1_MANS += src/preproc/soelim/soelim.n +PREFIXMAN1 += src/preproc/soelim/soelim.n EXTRA_DIST += \ src/preproc/soelim/TODO \ src/preproc/soelim/soelim.man |