mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtdocbook: update macros.
This commit is contained in:
parent
79b8d6ecb4
commit
2213dfb045
4 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SUBDIRS = doc_utils dtsr instant locales sgml spec tcl tpt
|
SUBDIRS = dtsr infolib instant locales sgml spec tcl tpt doc_utils
|
||||||
|
|
||||||
include dtdocbook.am
|
include dtdocbook.am
|
||||||
|
|
||||||
|
@ -10,5 +10,5 @@ bin_PROGRAMS = dtdocbook2infolib
|
||||||
AM_LDFLAGS = $(XTOOLLIB) $(DTCLIENTLIBS)
|
AM_LDFLAGS = $(XTOOLLIB) $(DTCLIENTLIBS)
|
||||||
|
|
||||||
dtdocbook2infolib_CPPFLAGS = \
|
dtdocbook2infolib_CPPFLAGS = \
|
||||||
-DDTDCBK_DATAROOTDIR=\"$(dtdcbk_datarootdir)\" \
|
-DDTDCBK_DATAROOTDIR=\"$(dtdocbookdatadir)\" \
|
||||||
-DINFOLIB_LIBEXECDIR=\"$(PWD)\"
|
-DINFOLIB_LIBEXECDIR=\"$(dtdocbooklibexecdir)/infolib\"
|
||||||
|
|
|
@ -94,6 +94,8 @@ default_locale="en_US.$default_charset"
|
||||||
prefix="${prefix:-@prefix@}"
|
prefix="${prefix:-@prefix@}"
|
||||||
exec_prefix="@exec_prefix@"
|
exec_prefix="@exec_prefix@"
|
||||||
|
|
||||||
|
export PATH="${PATH}:@bindir@"
|
||||||
|
|
||||||
dcbk_name="@PACKAGE_TARNAME@/dtdocbook"
|
dcbk_name="@PACKAGE_TARNAME@/dtdocbook"
|
||||||
|
|
||||||
dtdcbk_libdir="${dtdcbk_libdir:-@libdir@/${dcbk_name}}"
|
dtdcbk_libdir="${dtdcbk_libdir:-@libdir@/${dcbk_name}}"
|
||||||
|
|
|
@ -2,7 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
include ../dtdocbook.am
|
include ../dtdocbook.am
|
||||||
|
|
||||||
dtdocbooklibexec_PROGRAMS = instant
|
instantdir = $(dtdocbooklibexecdir)/instant
|
||||||
|
|
||||||
|
instant_PROGRAMS = instant
|
||||||
|
|
||||||
instant_CFLAGS = $(DT_INCDIR)
|
instant_CFLAGS = $(DT_INCDIR)
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ Var: procsubstep 0
|
||||||
#
|
#
|
||||||
GI: REFENTRY
|
GI: REFENTRY
|
||||||
StartText: ^.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
|
StartText: ^.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
|
||||||
^.TH "@{_followrel descendant REFENTRYTITLE 1000}"
|
^.TH "@{_followrel descendant REFENTRYTITLE 1000}"
|
||||||
"@{_followrel descendant MANVOLNUM 1000}"^
|
"@{_followrel descendant MANVOLNUM 1000}"^
|
||||||
EndText: ^...\\" created by instant / docbook-to-man, @{date}^
|
EndText: ^...\\" created by instant / docbook-to-man, @{date}^
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue